pdf-mcp

wesseltl/pdf-mcp
★ 0 stars Python AI/LLM Updated today
MCP server that lets AI agents extract text and tables from PDFs: invoices, reports, statements.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pdf-mcp": {
      "command": "uvx",
      "args": [
        "pdf-mcp"
      ]
    }
  }
}

Or install with pip: pip install pdf-mcp

README Excerpt

<!-- mcp-name: io.github.wesseltl/pdf-mcp --> **Let your AI agent pull text and tables out of PDFs.** An [MCP](https://modelcontextprotocol.io) server for invoices, reports, and statements, where the data lives in tables the model can't read from a pasted blob. When you paste a PDF into a prompt, the columns collapse and the table turns to mush, so the model

Topics

ai-agentsdata-extractionmcpmodel-context-protocolpdfpythontable-extraction