1pdf
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., "@1pdfMerge report1.pdf and report2.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.
1pdf MCP Server
Ten local PDF tools for Claude, Cursor, and Codex. Version 0.1.0 keeps PDF processing on your machine, so your files are not uploaded to a cloud service.
Quick start
Requires Node.js 18 or later.
Claude Code
claude mcp add 1pdf -- npx -y onepdf-mcp-serverClaude Desktop
Add this to claude_desktop_config.json:
{
"mcpServers": {
"1pdf": {
"command": "npx",
"args": ["-y", "onepdf-mcp-server"]
}
}
}Cursor or Windsurf
Add an MCP server with this command:
npx -y onepdf-mcp-serverRelated MCP server: PDF Manipulation MCP Server
Available local tools in v0.1
Tool | Description |
| Combine multiple PDFs into one document. |
| Split a PDF by a page range. |
| Copy selected pages into a new PDF. |
| Rotate selected pages by 90, 180, or 270 degrees. |
| Remove selected pages. |
| Reorder every page in a PDF. |
| Protect a PDF with AES-256 password encryption. |
| Decrypt AES-256 or RC4 password protection with the current password. |
| Apply lossless structural optimization without writing a larger result. |
| Add a text watermark to every page. |
All ten tools run locally. New outputs are published atomically and never replace an input or existing destination. Generated encryption uses AES-256; decryption supports AES-256 and RC4 password-protected PDFs, not every PDF encryption format.
Compression in v0.1 is lossless structural optimization, not a quality-reducing conversion. It preserves document metadata. PDFs that appear to contain signatures are copied byte-for-byte instead of being reserialized, because rewriting a signed document can invalidate its signatures.
Coming soon, cloud tools
The planned 1.0 cloud offering adds 86 more tools, including format conversion, editing, OCR, AI-assisted PDF workflows, optimization, and advanced security features.
Development and contributing
git clone https://github.com/WendongAI/onepdf-mcp-server.git
cd onepdf-mcp-server
npm ci
npm test
npm run buildContributions and issue reports are welcome at github.com/WendongAI/onepdf-mcp-server.
License
MIT © 1pdf
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.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI agents and users to process documents through natural language, supporting PDF operations like text extraction, redaction, splitting, form filling, annotations, and content search.Last updated1861MIT
- Alicense-qualityDmaintenanceEnables PDF manipulation including text, images, annotations, form fields, page operations, and metadata through natural language.Last updatedMIT
- Flicense-qualityFmaintenanceEnables AI-powered PDF manipulation through natural language commands, integrating with Claude to perform operations like merging, splitting, encrypting, optimizing, and analyzing PDFs.Last updated15
- AlicenseBqualityFmaintenanceEnables AI assistants to read, create, merge, split, and edit PDF files through natural language commands in GitHub Copilot Chat.Last updated76MIT
Related MCP Connectors
Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.
Upload, edit, compress, protect, redact, and compare PDFs with KDAN PDF in Claude and ChatGPT.
PDF & document automation via the PDF4me API — convert, OCR, extract, edit, secure.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/WendongAI/onepdf-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server