time vs mcp-server-amazon
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mcp-server-amazon by rigwild | |
|---|---|---|
| Stars | ★ 85,748 | ★ 29 |
| 30d uses | — | — |
| Score | 77 | 38 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | E-commerceAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 10 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-server-amazon · Summary
Unofficial Amazon MCP server enabling product search and purchase directly through Claude AI.
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-amazon · Use cases
- Shopping on Amazon through natural language conversation with Claude
- Comparing products using AI recommendations before making a purchase
- Automating routine shopping tasks through AI assistants
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"]
}
}
}mcp-server-amazon · Install
Installation
- Install dependencies:
npm install -D- Build the project:
npm run build- For Claude Desktop Integration, create or update
~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"amazon": {
"command": "node",
"args": ["/path/to/mcp-server-amazon/build/index.js"]
}
}
}- Restart Claude Desktop to apply the changes.