mcp-agent vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-agent by Haohao-end | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 85 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsKnowledge Graph | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 3 mo ago | this month |
mcp-agent · Summary
A modular Python MCP framework integrating LLMs with tools, weather data, and advanced RAG capabilities.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-agent · Use cases
- Building intelligent agents that can access real-time weather information through LLMs
- Creating document intelligence systems with advanced RAG capabilities for knowledge retrieval
- Developing modular AI applications with standardized MCP tool integration
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
- **Prerequisites**
- Python 3.10+ - Virtual environment (recommended)
- **Environment Setup**
Create a .env file in the root directory with: ``env API_KEY=your_llm_api_key BASE_URL=https://dashscope.aliyuncs.com/compatible-mode/v1 MODEL=qwen-plus EMBED_MODEL=sentence-transformers/all-MiniLM-L6-v2 ``
- **Dependencies**
``bash pip install mcp langchain langchain-community langchain-openai chromadb httpx python-dotenv openai ``
Claude Desktop Integration
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-agent": {
"command": "python",
"args": ["/path/to/mcp-agent/client.py"]
}
}
}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"]
}
}
}