TruePath PDF for VS Code
io.github.joytruepath/truepath-pdf-mcp
Local-only PDF tools for AI — extract text, search, split/merge, render pages. Files never leave.
client:VS Code
transport:stdio
runtime:npm
Install TruePath PDF in VS Code
.vscode/mcp.json
{
"servers": {
"truepath-pdf-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@truepathpdf/mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs