doc2mcp
doc2mcp turns any documentation site into a hosted MCP (Model Context Protocol) server that Cursor, Claude Desktop, Windsurf, and other AI clients can read.
How it works
- Open the chat, flip the doc2mcp toggle, paste a docs URL.
- doc2mcp crawls the site (Mintlify, Docusaurus, GitBook, OpenAPI, GitHub raw markdown — all supported), preserves code blocks, and indexes everything.
- You get a remote URL + Bearer token. Paste the JSON into Cursor and reload. Done.
No local install, no npx, no API keys for the original docs vendor.
What your AI can do
The generated MCP exposes these tools to Cursor:
list_documentation_pages— every crawled pageget_documentation_page— full text of a pagesearch_documentation— keyword searchread_full_documentation— all pages in one markdown blobask_documentation— natural-language Q&A with citations