trackmcp
Back to directory
nikolausm

pdf-co-mcp-server

View on GitHub

MCP server for PDF.co API integration - enables AI assistants to perform PDF operations

0 stars JavaScriptAI & Machine Learning 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 build

Configuration

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 PDFs
  • `pdf_split` - Split PDF pages
  • `pdf_to_text` - Extract text
  • `pdf_to_json` - Convert to JSON
  • `html_to_pdf` - HTML to PDF
  • `get_credits_balance` - Check API credits

License

MIT

Frequently asked questions

What is pdf-co-mcp-server?

pdf-co-mcp-server is MCP server for PDF.co API integration - enables AI assistants to perform PDF operations

How do I install pdf-co-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is pdf-co-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/nikolausm/pdf-co-mcp-server.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP