Odel
TruePath PDF

TruePath PDF

Local
@joytruepathTypeScriptMITUpdated 1mo ago

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).

npm@truepathpdf/mcp-serverv0.3.0

Run

npx -y @truepathpdf/mcp-server

MCP client config

{
  "mcpServers": {
    "truepath-pdf": {
      "command": "npx",
      "args": [
        "-y",
        "@truepathpdf/mcp-server"
      ]
    }
  }
}