Amazing-Marvin-MCP vs time
Side-by-side comparison to help you pick between these two MCP servers.
Amazing-Marvin-MCP by bgheneti | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 34 | ★ 85,748 |
| 30d uses | — | — |
| Score | 41 | 77 |
| Official | — | ✓ |
| Categories | ProductivityAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 8 mo ago | this month |
Amazing-Marvin-MCP · Summary
MCP server connecting Amazing Marvin productivity app with AI assistants for task and project management.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
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
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
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"
}
}
}
}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"]
}
}
}