mcp-agent vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-agent by CeerDecy | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 0 | ★ 85,748 |
| 30d uses | — | — |
| Score | 30 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Rust | TypeScript |
| Last commit | 11 mo ago | this month |
mcp-agent · Summary
A Rust framework for integrating MCP tools with LLM clients, handling tool integration and client management.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-agent · Use cases
- Building custom MCP tools that leverage LLM capabilities
- Creating applications that integrate multiple MCP servers with AI functionality
- Developing productivity tools that combine AI agents with file system operations
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
- Add to your
Cargo.toml:
# From crates.io
mcp-agent = "0.1.0"
# Or from GitHub
mcp-agent = { git = "https://github.com/CeerDecy/mcp-agent", branch = "main" }- Build the project:
cargo buildFor Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-agent": {
"command": "path/to/your/executable",
"args": []
}
}
}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"]
}
}
}