nikolausm/pdf-co-mcp-server
3.1
If you are the rightful owner of pdf-co-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The PDF.co MCP Server is designed for seamless integration with the PDF.co API, enabling AI assistants to perform a variety of PDF operations efficiently.
Tools
6
Resources
0
Prompts
0
PDF.co MCP Server
MCP server for PDF.co API integration - enables AI assistants to perform PDF operations.
Installation
# Clone and install
git clone https://github.com/nikolausm/pdf-co-mcp-server.git
cd pdf-co-mcp-server
npm install
npm run build
Configuration
-
Get your API key from PDF.co
-
Add to Claude Desktop config:
{
"mcpServers": {
"pdf-co": {
"command": "node",
"args": ["/path/to/pdf-co-mcp-server/dist/index.js"],
"env": {
"PDFCO_API_KEY": "your-api-key-here"
}
}
}
}
Available Tools
pdf_merge
- Merge multiple PDFspdf_split
- Split PDF pagespdf_to_text
- Extract textpdf_to_json
- Convert to JSONhtml_to_pdf
- HTML to PDFget_credits_balance
- Check API credits
License
MIT