mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp by awslabs | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 9,068 | ★ 85,748 |
| 30d uses | — | — |
| Score | 61 | 77 |
| Official | — | ✓ |
| Categories | Cloud StorageDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
mcp · Summary
AWS Labs provides a comprehensive suite of MCP servers for AWS services, enabling AI applications to access AWS documentation and resources.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp · Use cases
- AI-powered coding assistants for AWS infrastructure development
- Chat applications providing real-time AWS documentation access
- Automated cloud management workflows through AI agents
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 · Install
Installation
For macOS/Linux
pip install -e .For Windows
pip install -e .Claude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"aws-mcp": {
"command": "python",
"args": ["-m", "awslabs.mcp"]
}
}
}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"]
}
}
}