dedalus-mcp-python vs time
Side-by-side comparison to help you pick between these two MCP servers.
dedalus-mcp-python by dedalus-labs | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 152 | ★ 85,748 |
| 30d uses | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 4 mo ago | this month |
dedalus-mcp-python · Summary
A minimal and spec-faithful Python framework for building MCP clients and servers with ergonomic decorators.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
dedalus-mcp-python · Use cases
- Building production MCP servers with custom tool implementations
- Creating MCP clients that interact with remote servers securely
- Implementing version-specific MCP servers that maintain protocol compatibility
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
dedalus-mcp-python · Install
pip install dedalus-mcpFor Claude Desktop integration, add to claude_desktop_config.json:
{
"mcpServers": {
"dedalus": {
"command": "python",
"args": ["-m", "dedalus_mcp.server", "stdio"]
}
}
}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"]
}
}
}