TruePath PDF for Windsurf
io.github.joytruepath/truepath-pdf-mcp
Local-only PDF tools for AI — extract text, search, split/merge, render pages. Files never leave.
client:Windsurf
transport:stdio
runtime:npm
Install TruePath PDF in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"truepath-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"@truepathpdf/mcp-server"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs