Skip to main content

Set up MCP in Cursor

Add the server

1

Open MCP settings

In Cursor, open Settings → MCP (or Cursor Settings → Features → MCP, depending on your version).
2

Paste configuration

Add an entry named 00doc:
{
  "mcpServers": {
    "00doc": {
      "url": "https://00doc-mcp.workers.dev/mcp"
    }
  }
}
If your config already has mcpServers, merge the 00doc block without duplicating the outer key.
3

Reload

Use Reload MCP or restart Cursor so the new server registers.

Where the file lives

Cursor stores MCP config per installation; paths change between releases. Search Cursor’s documentation for “MCP configuration file” if you edit JSON on disk manually.

Verify

In the AI chat (Cmd+L / Ctrl+L):
“Call 00doc MCP to publish a minimal HTML page titled ‘Cursor MCP test’ with a single H1 body”
You should get document_id and a share URL back.
If nothing happens, confirm no corporate proxy is blocking https://00doc-mcp.workers.dev and that you completed any OAuth step in the browser.

Cursor quickstart

get_document