Local-only PDF tools for AI — extract text, search, split/merge, render pages. Files never leave.
claude mcp add truepath-pdf-mcp -- npx -y @truepathpdf/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"truepath-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"@truepathpdf/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"truepath-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"@truepathpdf/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"truepath-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"@truepathpdf/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"truepath-pdf-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@truepathpdf/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"truepath-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"@truepathpdf/mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.JoyTruepath--truepath-pdf-mcp/reviews or the review_server meta-tool.
POST /mcp