TruePath PDF
Rank #31,091io.github.JoyTruepath/truepath-pdf-mcp
Local-only PDF tools for AI — extract text, search, split/merge, render pages. Files never leave.
TruePath PDF is a Model Context Protocol (MCP) server published by joytruepath. It ranks #31,091 of 115,591 servers tracked on MCP Toplist. TruePath PDF is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 21, 2026 and most recently updated on Jul 3, 2026.
Ranks ahead of 84,500 of 115,591 servers on MCP Toplist.
Use TruePath PDF
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add truepath-pdf-mcp -- npx -y @truepathpdf/mcp-server[mcp_servers.truepath-pdf-mcp]
command = "npx"
args = ["-y", "@truepathpdf/mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"truepath-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"@truepathpdf/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"truepath-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"@truepathpdf/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"truepath-pdf-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@truepathpdf/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"truepath-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"@truepathpdf/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"truepath-pdf-mcp": {
"command": "npx",
"args": [
"-y",
"@truepathpdf/mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.JoyTruepath%2Ftruepath-pdf-mcp)<a href="https://mcptoplist.com/server/io.github.JoyTruepath%2Ftruepath-pdf-mcp"><img src="https://mcptoplist.com/badge/io.github.JoyTruepath%2Ftruepath-pdf-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
joytruepath
Other servers by joytruepath
View all joytruepath servers →Available versions (1)
| Version | Published |
|---|---|
| 0.3.0 | Jul 3, 2026 |
Frequently asked questions
- Who maintains TruePath PDF?
- TruePath PDF is maintained by joytruepath, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is TruePath PDF listed on the Official MCP Registry?
- Yes — TruePath PDF is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does TruePath PDF have?
- MCP Toplist tracks 1 version of TruePath PDF, most recently published on Jul 3, 2026.
- Where can I find the source code for TruePath PDF?
- The source code for TruePath PDF is hosted at github.com/joytruepath/truepath-pdf-mcp.