VaultPDF MCP
Enables ChatGPT Apps to integrate local PDF tools through a hosted MCP endpoint, providing private PDF manipulation capabilities.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VaultPDF MCPmerge chapter1.pdf and chapter2.pdf"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VaultPDF MCP 🔒
Local PDF tools for AI agents. An MCP server that lets Claude, ChatGPT Apps, or any MCP host work with PDFs on the user's own machine — files are never uploaded.
Part of the VaultPDF family of privacy-first tools. Built early for the fast-growing, still-uncrowded MCP / agent-app ecosystem.
Tools
Free (no license needed):
tool | what it does |
| page count + per-page dimensions of a PDF |
| merge several PDFs into one, in order |
| extract pages (e.g. |
| combine JPG/PNG images into a PDF, one per page |
Pro (one-time license — see below):
tool | what it does |
| stamp a diagonal text watermark on every page |
| rotate all or selected pages by 90/180/270° |
| remove selected pages (e.g. |
All operations run locally via pdf-lib. Nothing leaves the machine.
Related MCP server: PDF Document MCP Server
Pro license — one-time, crypto, no subscription
The free tools work forever. To unlock the Pro tools:
Send 9 USDC on Base to
0xe339997037C7e1C81829fA3e110d3e82B4bDd48EOpen an issue with your tx hash and email.
A bot verifies the payment on-chain and replies with your license key (usually within minutes).
Set it once and restart:
{ "mcpServers": { "vaultpdf": { "command": "npx", "args": ["github:AlexeySamosadov/vaultpdf-mcp"], "env": { "VAULTPDF_LICENSE": "<your-key>" } } } }
The key is an offline ECDSA-signed token — it's verified locally, never phoned home. No account, no tracking.
Run
# from npm (after publish):
npx vaultpdf-mcp
# or straight from GitHub, no install:
npx github:AlexeySamosadov/vaultpdf-mcpUse in Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"vaultpdf": { "command": "npx", "args": ["github:AlexeySamosadov/vaultpdf-mcp"] }
}
}Then ask Claude: "merge /path/a.pdf and /path/b.pdf into /path/out.pdf".
Distribution (early = low competition)
MCP Registry +
awesome-mcp-servers(PRs).npm as
vaultpdf-mcp(sonpx vaultpdf-mcpworks) — needs an npm login.ChatGPT App via the Apps SDK (wrap this MCP server behind a hosted endpoint) — needs an OpenAI developer account.
Claude Skills directory entry. Same capability, listed everywhere — that's how agent tools get reach in 2026.
Why
PDF manipulation is one of the most common things people ask AI agents to do, and almost no MCP server does it locally / privately. Free + open to drive adoption; funnels to the paid VaultPDF web tools and a future hosted Pro tier.
MIT licensed.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AlexeySamosadov/vaultpdf-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server