privpdf-mcp

MaryamShah12/privpdf-mcp
★ 0 stars Python 📊 Data/Analytics Updated 2d ago
Local MCP server for PDF intelligence ingest, query, and extract structured data from any PDF without your documents ever leaving your machine.
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": {
    "privpdf-mcp": {
      "command": "uvx",
      "args": [
        "privpdf-mcp"
      ]
    }
  }
}

Or install with pip: pip install privpdf-mcp