Local-only PDF tools for AI — extract text, search, split/merge, render pages. Files never leave.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @truepathpdf/mcp-server
MCP client config
{
"mcpServers": {
"truepath-pdf": {
"command": "npx",
"args": [
"-y",
"@truepathpdf/mcp-server"
]
}
}
}