MCP Directory
Back

ComIDP-MCP-Server

by ComPDFKit · Python · ★ 82

A lightweight MCP (Model Context Protocol) server designed for seamless integrating ComIDP with Claude Desktop.

#data-extraction-from-pdf#mcp-server

Install

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

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

ComIDP **Intelligent Document Extraction** automatically extracts key information from your uploaded unstructured documents, like PDF, converts it into structured data, and supports batch processing to significantly improve document handling efficiency. In the future, we will support more document formats (e.g., JPG, PNG etc.) and integrate with other ComIDP tools for advanced processing **ComIDP MCP Server** is a lightweight Model Context Protocol (MCP) server designed for seamless integrating [ComIDP](https://www.compdf.com/solutions/intelligent-document-processing?utm_source=Code&utm_cam…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers