mcpadapt vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcpadapt by grll | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 420 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 7 mo ago | this month |
mcpadapt · Summary
MCPAdapt bridges 650+ MCP servers to various agentic frameworks like LangChain and SmolAgents.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcpadapt · Use cases
- Integrating MCP server tools into LangChain-based AI applications
- Adding file system capabilities to SmolAgents agents
- Enabling GitHub API access in CrewAI workflows
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
mcpadapt · Install
# For Smolagents
uv add smolagents[mcp]
# For LangChain
uv add mcpadapt[langchain]
# For multiple frameworks
uv add mcpadapt[langchain,crewAI]
# Or with pip
pip install mcpadapt[langchain]For Claude Desktop, add to your config.json:
{
"mcpServers": {
"mcpadapt": {
"command": "uv",
"args": ["run", "mcpadapt"]
}
}
}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"]
}
}
}