mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server by agentico-dev | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 3 | ★ 85,748 |
| 30d uses | — | — |
| Score | 30 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 16 mo ago | this month |
mcp-server · Summary
A facade library that simplifies MCP server implementation by providing a base class and registration pattern.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-server · Use cases
- Rapid prototyping of MCP servers with custom tools
- Creating consistent tool implementations across multiple MCP servers
- Simplifying the learning curve for new MCP developers
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-server · Install
Install the package with npm:
yarn add @agentico/mcp-serverTo use with Claude Desktop, add to your claude_desktop_config.json:
{
"mcpServers": {
"my-server": {
"command": "node",
"args": ["/path/to/your/server.js"]
}
}
}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"]
}
}
}