MCP Catalogs
Home

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
Score7738
Official
Categories
ProductivityDeveloper ToolsCommunication
E-commerceAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis month10 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

  1. Install dependencies:
npm install -D
  1. Build the project:
npm run build
  1. 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"]
    }
  }
}
  1. Restart Claude Desktop to apply the changes.
Comparison generated from public README + GitHub signals. Last updated automatically.