doc.page PDF Extraction for VS Code
page.doc/pdf-extract
Extract PDFs to Markdown, RAG chunks and cited tables; publish tracked Doc Links with read stats.
client:VS Code
transport:streamable-http
tools:7
Install doc.page PDF Extraction in VS Code
.vscode/mcp.json
{
"servers": {
"pdf-extract": {
"type": "http",
"url": "https://doc.page/api/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs