pdf2mcp

iSamBa/pdf2mcp
★ 1 stars Python 🔍 Search Updated 1mo ago
Turn any PDF folder into a searchable MCP server with semantic search
View on GitHub →

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