Connect docs2mcp to your AI client
Add one address to Claude, ChatGPT, Cursor or any MCP client, and ask it about your own documents. Every answer comes back with a link to the page it was drawn from.
What the connector does
docs2mcp is a hosted MCP server holding the documents you uploaded. Connect it once, and your AI client can search them in every conversation you start, without you attaching a file again.
Every result carries the page it came from: a link that opens the source document at the exact sentence, table row or figure the text was drawn from, highlighted.
The server
- Address
https://mcp.docs2mcp.com/mcp- Transport
- Streamable HTTP.
- Authentication
- OAuth 2.1. docs2mcp verifies tokens and never issues them.
- Client registration
- Dynamic. If your client asks for a client id or a secret, leave both empty.
- Install
- Nothing. This is a hosted service, not something you run.
Before you connect
A library with at least one document in it, and that document has to have finished processing. It reads Ready in the app when it has. No account is needed to start, and signing up later keeps everything you already uploaded.
Add it in Claude
Claude Desktop
- Open Claude Desktop and go to Settings → Connectors.
- Choose Add custom connector.
- Paste the address above as the URL, name it
docs2mcp, and save. - Claude opens your browser and asks whether to give it access. Choose Allow.
- The connector reads Connected. Start a new chat and ask a question.
Claude on the web
- Open claude.ai and go to Customize → Connectors.
- Click +, then choose Add custom connector.
- Paste the address above as the URL, name it
docs2mcp, and save. - Choose Allow when Claude asks.
- The connector reads Connected.
Claude Code
-
Run
claude mcp add --transport http docs2mcpin a terminal, with the address above as the last argument. - Run
/mcp, pick the server, and choose Authenticate. - Claude Code opens your browser. Choose Allow.
Any other client takes the same address as a remote MCP server, a custom connector, or Streamable HTTP — whichever of the three it calls it. Step-by-step walkthroughs for ChatGPT, Cursor, VS Code, Perplexity, Gemini CLI, Codex CLI and Copilot Studio are in the public connection guide.
What happens when you approve
Your client opens a browser tab on the docs2mcp app. The screen names the client that is asking and lists what it gets: read and search everything you have uploaded, and nothing else. Choose Allow, and the tab hands your client back its access. Choose Deny, and nothing is shared.
Approve in the same browser you uploaded from.
Your library belongs to the browser you uploaded from, so approving from a different one gives your client an empty library. An AI client opens whichever browser your computer opens by default, which is often not the one you were working in. If it opened a different browser and you have an account, log in there and approve. If you never signed up, paste the same approval link into the browser you uploaded from.
What the connector can do
Five tools. Your client picks between them; you ask in your own words.
- Search document contents
- The passages that answer your question, from anywhere in your library. Each one carries its page numbers and a link that opens the source at the exact region, and a search can be narrowed to named documents or collections.
- Expand a search result in context
- One result with the text around it, for a passage that was cut off. A table cell comes back as its whole row.
- Browse the document library
- Your documents by title, filename and collection, a page at a time.
- Get document details
- One document in full: its page count, the collection it sits in, and the metadata we extracted from it.
- Browse document collections
- The collections you made, and how many documents each one holds.
It only reads
All five read. The connector cannot upload, edit, rename or delete anything, and it reaches only the library of the account that approved it. Uploading and deleting stay in the app, where you can see what you are doing.
Prompts to start with
- Search my documents for what we say about data retention, and quote the exact wording with a link to the page.
- Answer every question in this security questionnaire from my documents, and put a source link on each answer.
- Compare the two supplier contracts in my library and list every clause where they differ.
- Which of my documents mention the 2025 audit, and what does each one say about it?
If something goes wrong
- Your client cannot reach the server
- Check the address you pasted ends in
/mcp. - Your client asks for a client id and a secret
- It does not need them. Leave both empty.
- You approved, and there is nothing there
- You approved from a different browser than the one you uploaded from. Open the app in the browser that holds your documents, log in if you have an account, and start the connection again from your client.
- A tool call comes back with a limit
- Your plan's ceiling is reached. The plans say where each one sits.
Privacy and support
The privacy policy says what we hold, where it is held, and for how long. For anything else, write to support@docs2mcp.com.