mcp-agent vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-agent by joshuaalpuerto | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 18 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 3 mo ago | this month |
mcp-agent · Summary
TypeScript framework for building AI agents with MCP tools and workflows.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-agent · Use cases
- Building conversational AI agents with tools access
- Creating multi-agent systems with complex workflows
- Integrating MCP servers into existing TypeScript applications
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
npm install @joshuacalpuerto/mcp-agentFor Claude Desktop integration, add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-agent": {
"command": "node",
"args": ["--loader", "ts-node/esm", "/path/to/your/mcp-agent/index.ts"]
}
}
}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"]
}
}
}