Query your own PDFs and documents from any MCP client. Every answer cites the page it came from.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Docs2mcp.
search_documentsSemantic search across your documents. Returns cited passages with page numbers and a link that opens the source at the right region. Filterable by document or collection
list_documentsLists your documents, with collection, page count and status
get_documentOne document's detail
get_elementOne element, with surrounding context. Returns a full table row where the element is a table cell
list_collectionsLists your collections
Query your own PDFs and documents from any MCP client, with every answer cited to the page and region it came from.
Website: https://docs2mcp.com Β· App: https://app.docs2mcp.com
This repository documents how to connect to the hosted docs2mcp MCP server. It contains no server code: docs2mcp is a hosted service, not something you run.
| Endpoint | https://mcp.docs2mcp.com/mcp |
| Transport | Streamable HTTP |
| Authentication | OAuth 2.1. docs2mcp is a resource server; it verifies tokens and never issues them |
| Discovery | GET /.well-known/oauth-protected-resource/mcp (RFC 9728), which a client follows from the 401 challenge |
| Dynamic client registration | Supported. You never need a client id or secret |
| Health | GET /health, no credential required |
There is nothing to install. Add the endpoint above to your MCP client, approve access in the browser it opens, and your documents are queryable.
Approve in the same browser you uploaded from. The anonymous session that holds your documents lives in that browser, and approving from a different one grants access to an empty library.
Five, each answering one job rather than exposing one table.
| Tool | What it does |
|---|---|
search_documents | Semantic search across your documents. Returns cited passages with page numbers and a link that opens the source at the right region. Filterable by document or collection |
list_documents | Lists your documents, with collection, page count and status |
get_document | One document's detail |
get_element | One element, with surrounding context. Returns a full table row where the element is a table cell |
list_collections | Lists your collections |
Every search result carries a source_url that opens the source document in a
browser at the exact page and region the text came from.
Every walkthrough ends the same way: the client opens your browser, you choose Allow, and the tools appear. Only the first step differs.
https://mcp.docs2mcp.com/mcp as the URL, name it docs2mcp, and save.https://mcp.docs2mcp.com/mcp as the URL, name it docs2mcp, and save.Then run /mcp, pick docs2mcp, and choose Authenticate. Claude Code opens
your browser. Choose Allow. /mcp now lists docs2mcp as connected.
Open Settings β Tools & Integrations and choose New MCP Server. Cursor
opens its mcp.json.
Add docs2mcp and save:
Cursor shows docs2mcp as needing a login. Click it, then choose Allow.
Two ways. The guided one first.
https://mcp.docs2mcp.com/mcp, name it docs2mcp, and choose
Workspace or Global.Or write it into mcp.json yourself β .vscode/mcp.json for one workspace, or
the file that MCP: Open User Configuration opens for every workspace:
VS Code drives the OAuth round trip itself and opens a browser on the first
connection. Choose Allow. No clientId is needed β that is only for
servers without dynamic registration, and docs2mcp supports it.
docs2mcp, paste https://mcp.docs2mcp.com/mcp as the server URL,
confirm you trust the provider, and create it.docs2mcp from the + menu. This is per conversation,
not once.docs2mcp, paste https://mcp.docs2mcp.com/mcp as the MCP Server URL,
set Transport to Streamable HTTP and Authentication to OAuth.
Leave the client id and secret empty β docs2mcp supports dynamic
registration, so they are not needed.Then start gemini and run /mcp auth docs2mcp. Choose Allow in the browser
it opens.
codex mcp add registers stdio servers only, so a remote server is written into
the config by hand.
Add docs2mcp to ~/.codex/config.toml:
Run codex mcp login docs2mcp.
Choose Allow in the browser it opens.
Not the Copilot app: copilot.microsoft.com cannot add a custom MCP server.
https://mcp.docs2mcp.com/mcp as the
server URL.Add a remote MCP server over HTTP and paste https://mcp.docs2mcp.com/mcp.
Clients call this a custom connector, a remote server, or Streamable
HTTP.
If your client only accepts a command to run, it speaks stdio. Bridge it:
Choose Allow in the browser it opens.
Claude Desktop, Claude Code and Cursor were proven against the live product.
Claude web, VS Code, ChatGPT, Perplexity, Gemini CLI, Codex CLI and Copilot Studio were written from each vendor's own documentation and have not been run end to end here.
Settings screens and CLI flags move faster than this file does. If a step is wrong, please open an issue β wrong instructions are worse than absent ones.
The client says it cannot reach the server. Check the URL ends in /mcp.
You approved access but the library is empty. You approved from a different browser than the one you uploaded from. Sign in to app.docs2mcp.com first, then approve again.
The client asks for a client id and secret. It should not. docs2mcp supports dynamic client registration. Leave both empty.
A tool call returns a quota error. Check your plan and usage at app.docs2mcp.com.
Open an issue in this repository for anything about connecting: a step that has gone stale, a client that is not listed, or documentation that is wrong.
For account, billing or data questions, use the contact routes at docs2mcp.com.
The contents of this repository are MIT licensed. The docs2mcp service itself is commercial; see docs2mcp.com/terms/.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/docs2mcp-2)<a href="https://allmcps.com/mcp/docs2mcp-2"><img src="https://allmcps.com/api/badge/docs2mcp-2?style=directory" alt="Docs2mcp on AllMCPs" /></a>