MCP Server
Maintained
MIT
TruePath PDF MCP Server
io.github.JoyTruepath/truepath-pdf-mcp
What is the TruePath PDF MCP server?
Local-only PDF tools for AI — extract text, search, split/merge, render pages. Files never leave.
How to install TruePath PDF
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"truepath-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"@truepathpdf/mcp-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"truepath-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"@truepathpdf/mcp-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"truepath-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"@truepathpdf/mcp-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"truepath-pdf-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@truepathpdf/mcp-server"
]
}
}
}Claude Code
claude mcp add truepath-pdf-mcp -- npx -y @truepathpdf/mcp-serverRelated MCP servers
TruePath Office
Active
Local MCP for Word, Excel, PowerPoint & PDF on macOS — formulas, slides, DOCX, PDF ops. No network.
0
View repository →Swift
MIT