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
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 |
All operations run locally via pdf-lib. Nothing leaves the machine.
Related MCP server: PDF Tools MCP Server
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
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