MCP Directory
Back

ComIDP-MCP-Server

by ComPDFKit · Python · ★ 96

A lightweight MCP (Model Context Protocol) server for integrating ComPDF AI with Claude Desktop, enabling AI-powered intelligent document processing and data extraction from PDFs via natural language.

#data-extraction-from-pdf#document-extraction#extract-data#mcp#mcp-server#mcp-tools#ocr#pdf-ai

Install

pip install git+https://github.com/ComPDFKit/ComIDP-MCP-Server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "comidp-mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/ComPDFKit/ComIDP-MCP-Server.git"
      ]
    }
  }
}

From the README

As part of the KDAN ecosystem, ComPDF AI for MCP Server delivers **Intelligent Document Extraction**—automatically extracting key information from unstructured documents (such as PDFs or images), converting it into structured data, and supporting batch processing to significantly boost document handling efficiency. > If you find this library helpful, please consider giving us a ⭐ **Star** on GitHub! Have feedback or questions? Join the conversation in our [Discussions](https://github.com/orgs/ComPDFKit/discussions). **Why ComPDF AI for MCP Server?** - **Batch Processing for Real Efficiency:…
Read full README on GitHub →

Related other servers