root-ext-docs

graphgrow/root-ext-docs
★ 0 stars Python DevOps Updated today
Document-engineering MCP tool server: PDF rendering + OCR, DOCX/PPTX extraction, image transforms, contained archives. Extract and derive, never mutate sources.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "root-ext-docs": {
      "command": "uvx",
      "args": [
        "root-ext-docs"
      ]
    }
  }
}

Or install with pip: pip install root-ext-docs

README Excerpt

Document-engineering MCP tool server for ROOT Workspace (and any MCP host). Twelve tools across four surfaces: - **PDF** — `pdf_info` (which pages are text, which are scans), `pdf_extract_text` (page-ranged), `pdf_pages_to_images` (render to `derived/` — where the workspace viewer and the model's image-read

Tools (1)

pptx_extract