time vs ebay-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | ebay-mcp by YosefHayim | |
|---|---|---|
| Stars | ★ 85,748 | ★ 63 |
| 30d uses | — | — |
| Score | 77 | 48 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | E-commerceDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ebay-mcp · Summary
eBay MCP Server provides AI assistants with access to 325 eBay API tools for inventory, orders, marketing, and analytics.
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
ebay-mcp · Use cases
- AI assistants managing eBay inventory listings and stock levels
- Automated order processing and fulfillment workflows
- Marketing campaign creation and performance analytics
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"]
}
}
}ebay-mcp · Install
Install eBay MCP Server
**1. Get eBay Credentials**
- Create a free [eBay Developer Account](https://developer.ebay.com/)
- Generate application keys in the [Developer Portal](https://developer.ebay.com/my/keys)
**2. Install**
npm install -g ebay-mcp**3. Setup Configuration**
npm run setup**4. Configure Claude Desktop** Add to claude_desktop_config.json:
{
"mcpServers": {
"ebay": {
"command": "ebay-mcp",
"args": []
}
}
}