PDF.co MCP Server
@nikolausm
About PDF.co MCP Server
MCP server for PDF.co API integration - enables AI assistants to perform PDF operations
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"pdf-co": {
"command": "node",
"args": [
"/path/to/pdf-co-mcp-server/dist/index.js"
],
"env": {
"PDFCO_API_KEY": ""
}
}
}
}Tools
6Merge multiple PDFs
Split PDF pages
Extract text
Convert to JSON
HTML to PDF
Check API credits
Overview
What is PDF.co MCP Server?
The PDF.co MCP Server is a Model Context Protocol server that integrates PDF.co’s API into AI assistants, enabling them to perform common PDF operations such as merging, splitting, text extraction, conversion, and HTML-to-PDF generation. It is designed for developers and AI users who need to manipulate PDF documents programmatically through natural language or tool calls.
How to use PDF.co MCP Server?
- Clone the repository, run
npm install && npm run build. - Obtain an API key from PDF.co.
- Configure your MCP client (e.g., Claude Desktop) by adding the server definition to your
mcpServersconfig, setting thePDFCO_API_KEYenvironment variable, and pointingcommandto the builtdist/index.js.
Key features of PDF.co MCP Server
- Merge multiple PDFs into one document.
- Split a PDF into individual pages or ranges.
- Extract text content from PDF files.
- Convert PDF data to JSON format.
- Generate PDF from HTML input.
- Check your API credits balance.
Use cases of PDF.co MCP Server
- Automate document assembly by merging several PDF reports.
- Extract structured text from scanned invoices or forms.
- Convert web pages (HTML) to PDF for archival or sharing.
- Split a large PDF into smaller, page‑specific files.
- Programmatically check remaining API usage before processing.
FAQ from PDF.co MCP Server
What does PDF.co MCP Server do exactly?
It acts as a bridge between AI assistants (via the MCP protocol) and the PDF.co API, exposing six tools for common PDF operations: merging, splitting, text extraction, JSON conversion, HTML-to-PDF, and credit balance checks.
How do I get an API key?
Obtain your API key from PDF.co’s dashboard. The key must be set as the environment variable PDFCO_API_KEY in your MCP client configuration.
What dependencies are required?
Node.js and npm are needed to build and run the server. No additional runtime is required beyond the PDF.co API key.
Where are my PDFs processed?
All PDF operations are performed on PDF.co’s cloud servers. The server sends your files to the API and returns the results; no local processing of PDF content occurs.
How can I check my API usage?
Use the get_credits_balance tool to view your remaining credits, helping you avoid exceeding your plan limit.
Frequently asked questions
What does PDF.co MCP Server do exactly?
It acts as a bridge between AI assistants (via the MCP protocol) and the PDF.co API, exposing six tools for common PDF operations: merging, splitting, text extraction, JSON conversion, HTML-to-PDF, and credit balance checks.
How do I get an API key?
Obtain your API key from [PDF.co’s dashboard](https://app.pdf.co). The key must be set as the environment variable `PDFCO_API_KEY` in your MCP client configuration.
What dependencies are required?
Node.js and npm are needed to build and run the server. No additional runtime is required beyond the PDF.co API key.
Where are my PDFs processed?
All PDF operations are performed on PDF.co’s cloud servers. The server sends your files to the API and returns the results; no local processing of PDF content occurs.
How can I check my API usage?
Use the `get_credits_balance` tool to view your remaining credits, helping you avoid exceeding your plan limit.
Basic information
More Files & Storage MCP servers
Sample S3 Model Context Protocol Server
aws-samplesFilesystem
chrisdocManage your Hevy workouts, routines, folders, and exercise templates. Create and update sessions faster, organize plans, and search exercises to build workouts quickly. Stay synced with changes so your training log is always up to date.
PDF Reader MCP Server (@shtse8/pdf-reader-mcp)
shtse8📄 The PDF intelligence layer for AI agents — Agent Document Twin, evidence-first extraction, visual crops, OCR provenance, trust reports, and benchmark-gated releases. MCP server for Claude, Cursor, VS Code, and any MCP client.
MCP File System Server
MarcusJellinghausMCP Workspace Server: A secure Model Context Protocol server providing file, git, and GitHub tools for AI assistants within a sandboxed project directory.

Filesystem
modelcontextprotocolModel Context Protocol Servers
Comments