TruePath PDF is a Model Context Protocol (MCP) server: Local-only PDF tools for AI — extract text, search, split/merge, render pages. Files never leave. Because it speaks the Model Context Protocol, AI assistants can use TruePath PDF as a set of callable tools instead of you copy-pasting between apps.
It runs locally: the npm package @truepathpdf/mcp-server speaks MCP over stdio on your machine. No credentials are required — it works out of the box. The current release is v0.3.0, published under the MIT license, with source at JoyTruepath/truepath-pdf-mcp on GitHub.
On mcp.site, TruePath PDF sits in the File System category. Any MCP client can use it — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed among them — via the install snippets below. If you maintain TruePath PDF for JoyTruepath, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸npm package — @truepathpdf/mcp-server · MCP over stdio
▸Open source — MIT license · JoyTruepath/truepath-pdf-mcp