MCP Catalogs
Home

ultimate_mcp_server vs keeper.sh

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

ultimate_mcp_server
by Dicklesworthstone
keeper.sh
by ridafkih
Stars★ 149★ 1,067
30d uses
Score8553
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
ProductivityDeveloper ToolsAI / LLM Tools
LanguagePythonTypeScript
Last commit2 mo ago1 mo ago

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.

keeper.sh · Summary

Keeper.sh is a calendar sync tool with an MCP server for AI agents to access and control multiple calendars.

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

keeper.sh · Use cases

  • AI assistants accessing and managing multiple calendar sources through a single interface
  • Automating calendar synchronization across personal and work calendars
  • Building AI-powered scheduling agents that can check availability across all calendars

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

keeper.sh · Install

Keeper.sh can be installed in multiple ways:

**Self-hosted installation:**

  1. Clone the repository: git clone https://github.com/ridafkih/keeper.sh
  2. Install dependencies: bun install
  3. Set up environment variables as documented in the README
  4. Run with Docker Compose: bun dev

**Cloud hosted:** Visit [keeper.sh](https://keeper.sh) to sign up for the cloud-hosted version.

**MCP server configuration for Claude Desktop:** Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "keeper": {
      "command": "npx",
      "args": ["@keeper/mcp-server"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.