MCP Catalogs
Home

ultimate_mcp_server vs che-ical-mcp

Side-by-side comparison to help you pick between these two MCP servers.

ultimate_mcp_server
by Dicklesworthstone
che-ical-mcp
by PsychQuant
Stars★ 149★ 27
30d uses
Score8544
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
ProductivityAI / LLM ToolsDeveloper Tools
LanguagePythonSwift
Last commit2 mo agothis month

ultimate_mcp_server · Summary

Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.

che-ical-mcp · Summary

macOS Calendar & Reminders MCP server with 29 tools and native Swift EventKit integration.

ultimate_mcp_server · Use cases

  • Complex document processing and analysis with OCR and structured data extraction
  • Web automation and research across multiple sites with browser control
  • Cost-optimized AI workflows through intelligent task delegation between models

che-ical-mcp · Use cases

  • Managing personal and work calendars with comprehensive event and reminder functionality
  • Automating calendar operations through AI assistants like Claude for scheduling and task management
  • Batch operations for managing multiple events and reminders simultaneously

ultimate_mcp_server · Install

Installation

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server

che-ical-mcp · Install

For Claude Desktop

Method 1: MCPB One-Click Install (Recommended)
  1. Download che-ical-mcp.mcpb from [Releases](https://github.com/PsychQuant/che-ical-mcp/releases)
  2. Double-click the .mcpb file to install
  3. Restart Claude Desktop
Method 2: Manual Configuration
  1. Download the binary:

``bash curl -L https://github.com/PsychQuant/che-ical-mcp/releases/latest/download/CheICalMCP -o /usr/local/bin/che-ical-mcp chmod +x /usr/local/bin/che-ical-mcp ``

  1. Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

``json { "mcpServers": { "che-ical-mcp": { "command": "/usr/local/bin/che-ical-mcp" } } } ``

  1. Restart Claude Desktop
Comparison generated from public README + GitHub signals. Last updated automatically.