Skip to content
Claude Desktop

docs2mcp for Claude Desktop

com.docs2mcp/docs2mcp

Query your own PDFs and documents from any MCP client. Every answer cites the page it came from.

client:Claude Desktop transport:streamable-http

Install docs2mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "docs2mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.docs2mcp.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

docs2mcp in other clients