Amazing-Marvin-MCP vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
Amazing-Marvin-MCP by bgheneti | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 34 | ★ 149 |
| 30d uses | — | — |
| Score | 41 | 85 |
| Official | — | — |
| Categories | ProductivityAI / LLM Tools | AI / LLM ToolsBrowser AutomationFile System |
| Language | Python | Python |
| Last commit | 8 mo ago | 2 mo ago |
Amazing-Marvin-MCP · Summary
MCP server connecting Amazing Marvin productivity app with AI assistants for task and project management.
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.
Amazing-Marvin-MCP · Use cases
- Ask AI assistant for daily planning recommendations based on actual tasks and priorities
- Get project insights and progress tracking directly from Amazing Marvin data
- Have AI create, mark as complete, or organize tasks in Amazing Marvin through natural language
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
Amazing-Marvin-MCP · Install
Installation
Option 1: Smithery (Easiest)
npx -y @smithery/cli install @bgheneti/amazing-marvin-mcp --client claudePaste the API key when prompted
Option 2: Pip + Manual Config
pip install amazing-marvin-mcpClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"amazing-marvin": {
"command": "python",
"args": ["-m", "amazing_marvin_mcp"],
"env": {
"AMAZING_MARVIN_API_KEY": "your-api-key-here"
}
}
}
}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_server