doc.page PDF Extraction for Claude Desktop
page.doc/pdf-extract
Extract PDFs to Markdown, RAG chunks and cited tables; publish tracked Doc Links with read stats.
client:Claude Desktop
transport:streamable-http
tools:7
Install doc.page PDF Extraction in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pdf-extract": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://doc.page/api/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