TruePath PDF for Cursor
io.github.joytruepath/truepath-pdf-mcp
Local-only PDF tools for AI — extract text, search, split/merge, render pages. Files never leave.
client:Cursor
transport:stdio
runtime:npm
Install TruePath PDF in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"truepath-pdf-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@truepathpdf/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs