Odel
pdf mcp

pdf mcp

Local
@jztan130PythonMITUpdated 2 days ago

Production-ready MCP server for PDF processing with intelligent caching.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIpdf-mcpv3.1.0

Run

uvx pdf-mcp

MCP client config

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