Documentation Index
Fetch the complete documentation index at: https://00doc-web.vercel.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Set up MCP in Cursor
You need an API key from your Unfurl account before the OAuth step. The key is shown only once when you create it — store it somewhere safe until you paste it on the Unfurl authorize page.Add the server
Create an API key in Unfurl
- Sign in at unfurl.pub and open the dashboard.
- Go to Dashboard → API keys (or API keys in the sidebar).
- Enter a label (e.g.
MCPorCursor) and create a new key. - Copy the full secret immediately — it starts with
oodoc_and is displayed only this one time. You will paste it when the browser opens the Unfurl authorize page after you add the MCP server.
Open MCP settings
In Cursor, open Settings → MCP (or Cursor Settings → Features → MCP, depending on your version).
Paste configuration
Add an entry named If your config already has
unfurl:mcpServers, merge the unfurl block without duplicating the outer key.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 Unfurl 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.