fast-agent vs time
Side-by-side comparison to help you pick between these two MCP servers.
fast-agent by evalstate | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 3,779 | ★ 85,748 |
| 30d uses | — | — |
| Score | 56 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
fast-agent · Summary
A comprehensive MCP server framework for building and evaluating AI agents with tool calling support.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
fast-agent · Use cases
- Building AI-powered coding assistants with integrated development tools
- Creating evaluation workflows for LLM performance testing
- Developing multi-agent systems with tool chaining capabilities
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
fast-agent · Install
# Using uv package manager
uv tool install fast-agent-mcp
# Start an interactive session
fast-agent go -x
# Run as an MCP server
fast-agent go --transport http --port 8001For Claude Desktop integration, add to claude_desktop_config.json:
{
"mcpServers": {
"fast-agent": {
"command": "uv",
"args": ["run", "fast-agent", "go", "--transport", "stdio"],
"env": {}
}
}
}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"]
}
}
}