pdf2mcp

iSamBa/pdf2mcp
★ 1 stars Python Search Updated 3mo ago
Turn any PDF folder into a searchable MCP server with semantic search
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "pdf2mcp": {
      "command": "uvx",
      "args": [
        "pdf2mcp"
      ]
    }
  }
}

Or install with pip: pip install pdf2mcp