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 | — | — |
| Score | 85 | 53 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | ProductivityDeveloper ToolsAI / LLM Tools |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | 1 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
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_serverkeeper.sh · Install
Keeper.sh can be installed in multiple ways:
**Self-hosted installation:**
- Clone the repository:
git clone https://github.com/ridafkih/keeper.sh - Install dependencies:
bun install - Set up environment variables as documented in the README
- 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"]
}
}
}