pdffigures-mcp-server

vlln/pdffigures-mcp-server
★ 7 stars Python 🔌 API Integration Updated today
Extract figures and tables from PDF documents using this FastAPI-based service. The Figure Extractor API and MCP Server provides a straightforward HTTP interface for PDFFigures 2.0, a robust figure extraction system developed by the Allen Institute for AI.
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": {
    "pdffigures-mcp-serve": {
      "command": "uvx",
      "args": [
        "pdffigures-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install pdffigures-mcp-server