Local-only PDF tools for AI β extract text, search, split/merge, render pages. Files never leave.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Let your AI process PDFs locally. Files never leave your Mac.
@truepathpdf/mcp-server is a Model Context Protocol server that lets Claude, Cursor, and any other MCP-aware client read and process PDF files on your machine β without uploading them anywhere.
Built and maintained by Joy Truepath Pte. Ltd., the team behind the TruePath PDF Mac app.
v0.3 β free tier complete (9 of 9 tools). Read + edit + rasterise + GUI handoff: get_info, extract_text, search, split, merge, pages, to_images, extract_images, open_in_truepath. The full Pro tier (redact, fill_form, flatten, sign, compress, annotate, autocrop, batch, ocr) lands behind an Ed25519 license key in v0.4.
open_in_truepath requires the TruePath PDF Mac app v1.0.1 or newer (the truepath:// handler is added in 1.0.1; the v1.0.0 build does not register it).
Requires Node.js 20 or newer.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
Restart Claude Desktop. The truepath-pdf tools appear in the tool tray.
get_infoPage count, first-page size (with an allSameSize flag), encryption status, and embedded PDF metadata (title, author, dates, producer, format version).
extract_textPlain-text extraction. Optional 1-based page range ("3", "1-5", "1,3,5-7"). Output is grouped by page with ===== Page N ===== markers so the model can cite the right page.
searchSubstring search across the whole document. Returns each hit's page, offset within the page, and a snippet of surrounding text. Use for grep-style discovery before a heavier extract_text.
splitSplit one PDF into N by page ranges. Each range becomes one output file.
mergeCombine two or more PDFs into one, in the given order.
pagesDelete, rotate, and reorder pages in one pass. delete is applied first (page numbers in rotate refer to the source PDF); reorder is applied to the survivors.
to_imagesRasterise PDF pages as PNG or JPG at a chosen DPI. Common DPIs: 96 (screen), 150 (print preview), 300 (print).
extract_imagesPull embedded images out of a PDF and write each as a PNG. Reports any images skipped because of unsupported pixel layouts (CMYK, palettized, etc).
open_in_truepathHand a local PDF to the TruePath PDF Mac app via truepath://open?path=β¦. Fire-and-forget: macOS launches (or routes to) the app, the URL handler opens the PDF. Use this after reading / analyzing in MCP to drop the user into the GUI for annotation, signing, redaction, etc.
Optional scheme param for re-branded engine builds (default truepath; the Yochen core build uses yochenpdf).
If the app isn't installed (no truepath:// handler registered β the app is absent or older than v1.0.1), the tool doesn't error. It returns handedOff: false with a one-line pointer to the TruePath PDF download so you can install it and retry. (Only for the default truepath scheme; a custom scheme gets a plain failure.)
redact β text-preserving redaction via PDFium (the same engine the Mac app uses; the words are removed from the file, not just covered)fill_form β fill AcroForm fields, save with values preservedflatten β bake filled forms / annotations into the page streamsign β visible signature placement, signed-PDF writecompress β recompress images / streams to shrink file sizeannotate β programmatic highlight / underline / sticky-noteautocrop β detect content bounds and crop marginsbatch β apply any tool across a glob of filesocr β Apple Vision OCR (Mac only, on-device, CJK-strong)A buy-once Pro key will be available via Lemon Squeezy at launch (target: USD 29, includes 12 months of updates). Owners of the TruePath PDF Mac app will be able to redeem their App Store receipt for a Pro MCP key via an in-app button.
MIT for the MCP shell. Transitive dependencies:
@modelcontextprotocol/sdk β MITpdfjs-dist β Apache 2.0pdf-lib β MIT@napi-rs/canvas β MITzod β MITPro tier will additionally bundle a prebuilt PDFium library (BSD/Apache, the same one used by Chrome).
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/truepath-pdf)<a href="https://allmcps.com/mcp/truepath-pdf"><img src="https://allmcps.com/api/badge/truepath-pdf?style=directory" alt="TruePath PDF on AllMCPs" /></a>