ComIDP-MCP-Server vs time
Side-by-side comparison to help you pick between these two MCP servers.
ComIDP-MCP-Server by ComPDFKit | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 83 | ★ 85,748 |
| 30d uses | — | — |
| Score | 40 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsProductivityDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 8 mo ago | this month |
ComIDP-MCP-Server · Summary
ComIDP MCP Server extracts data from PDFs and integrates with Claude Desktop via Model Context Protocol.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ComIDP-MCP-Server · Use cases
- Automating data extraction from PDF documents for further processing
- Integrating document intelligence into Claude Desktop workflows
- Batch processing multiple PDF documents for information extraction
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
ComIDP-MCP-Server · Install
Installation
- Install dependencies:
- Python 3.10 or higher - pip (Python package installer) - uv: pip install uv
- Create a virtual environment and install requirements:
``bash cd comidp-mcp/src python -m venv .venv source .venv/bin/activate # Linux/MacOS .venv\Scripts\activate # Windows pip install -r requirements.txt ``
- Configure Claude Desktop by editing claude_desktop_config.json:
``json { "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" } } } } ``
- Restart Claude Desktop.
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}