Lambda-MCP-Server vs time
Side-by-side comparison to help you pick between these two MCP servers.
Lambda-MCP-Server by mikegc-aws | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 232 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsOps & InfraAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 11 mo ago | this month |
Lambda-MCP-Server · Summary
AWS Lambda serverless MCP server implementation with session management and HTTP streaming support.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
Lambda-MCP-Server · Use cases
- Deploying serverless MCP tools on AWS infrastructure
- Creating stateless AI applications with persistent session context
- Building scalable MCP endpoints for cloud-based AI 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
Lambda-MCP-Server · Install
Install via pip:
pip install awslabs.mcp_lambda_handlerFor Claude Desktop, add to your config.json:
{
"mcpServers": {
"lambda-mcp": {
"command": "python",
"args": ["-m", "awslabs.mcp_lambda_handler"],
"env": {
"AWS_ACCESS_KEY_ID": "YOUR_AWS_KEY",
"AWS_SECRET_ACCESS_KEY": "YOUR_AWS_SECRET"
}
}
}
}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"]
}
}
}