mcp-agent vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-agent by lastmile-ai | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 8,325 | ★ 85,748 |
| 30d uses | — | — |
| Score | 59 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 4 mo ago | this month |
mcp-agent · Summary
A comprehensive Python framework for building effective agents with Model Context Protocol and simple workflow patterns.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-agent · Use cases
- Building complex multi-step agents that use MCP servers to interact with filesystems, web APIs, and other systems
- Creating durable, stateful agents with Temporal for production workloads
- Deploying agents as MCP servers that can be integrated into other systems
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
mcp-agent · Install
Installation
Install with pip:
pip install mcp-agentOr using uv (recommended):
uv add mcp-agentFor additional LLM providers:
uv add "mcp-agent[openai, anthropic, google, azure, bedrock]"Claude Desktop Integration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-agent": {
"command": "uvx",
"args": ["mcp-agent", "run"]
}
}
}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"]
}
}
}