ComPDFKit/ComIDP-MCP-Server
If you are the rightful owner of ComIDP-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
ComIDP MCP Server is a lightweight server designed for integrating ComIDP with AI chatbots for document processing.
The ComIDP MCP Server is a specialized server that facilitates the integration of ComIDP's intelligent document processing capabilities with AI chatbots. It is designed to handle unstructured document processing tasks, such as extracting data from PDF files, and returns the results in a structured plain-text format. This allows for easy downstream processing or archival. The server is lightweight and supports batch processing, making it suitable for handling multiple files efficiently. It is built to be compatible with Claude Desktop, providing a seamless setup and configuration process. The server is licensed under the Apache License 2.0, and users can obtain a trial license key by contacting ComIDP.
Features
- Intelligent Document Extraction
- Supports extraction of textual content from uploaded PDF documents
- Batch processing and support for multiple files
- Future enhancements include support for more document formats
- Integration with other ComIDP tools for advanced processing
Usages
usage with Claude Desktop
{ "mcpServers": { "comidp-mcp": { "command": "uv", "args": [ "run", "PATH/TO/comidp-mcp/src/virtual environment python", "PATH/TO/comidp-mcp/src/comidp_tools.py" ], "env": { "IDPKEY": "your_idp_key_here" } } } }