eve-online-traffic-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
eve-online-traffic-mcp by kongyo2 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 4 | ★ 85,748 |
| 30d uses | — | — |
| Score | 36 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsgamesDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 10 mo ago | this month |
eve-online-traffic-mcp · Summary
An MCP server for EVE Online traffic, navigation, and system information using both the official ESI API and SDE data.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
eve-online-traffic-mcp · Use cases
- Route planning between solar systems with security considerations
- Analyzing system connections and traffic patterns in EVE Online
- Converting between entity names and IDs for data processing
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
eve-online-traffic-mcp · Install
Installing via Smithery
To install eve-online-traffic-mcp for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@kongyo2/eve-online-traffic-mcp):
npx -y @smithery/cli install @kongyo2/eve-online-traffic-mcp --client claudeManual Installation
git clone https://github.com/kongyo2/eve-online-traffic-mcp.git
cd eve-online-traffic-mcp
npm installProduction Mode
Start the server for production use:
npm run starttime · 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"]
}
}
}