MCP server for PDF.co API integration - enables AI assistants to perform PDF operations
0 stars
JavaScript
Updated Jun 3, 2025
Documentation
PDF.co MCP Server
MCP server for PDF.co API integration - enables AI assistants to perform PDF operations.
Installation
bash
# Clone and install
git clone https://github.com/nikolausm/pdf-co-mcp-server.git
cd pdf-co-mcp-server
npm install
npm run buildConfiguration
1. Get your API key from PDF.co
2. Add to Claude Desktop config:
json
{
"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
Similar MCP
Based on tags & features
Trending MCP
Most active this week