eve-online-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
eve-online-mcp by kongyo2 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 7 | ★ 85,748 |
| 30d uses | — | — |
| Score | 38 | 77 |
| Official | — | ✓ |
| Categories | E-commerceAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 10 mo ago | this month |
eve-online-mcp · Summary
MCP server for accessing EVE Online market data through ESI API with prices, orders, history, and structure market data.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
eve-online-mcp · Use cases
- Game market analysis for EVE Online players and traders
- Integration with trading bots for automated market operations
- Economic research and trend analysis within the EVE Online universe
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-mcp · Install
Installation
Via Smithery
npx -y @smithery/cli install @kongyo2/eve-online-mcp --client claudeManual Installation
- Install dependencies:
npm install- Build the project:
npm run build- Start the server:
npm startClaude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"eve-online": {
"command": "node",
"args": ["path/to/eve-online-mcp/dist/index.js"],
"env": {
"NODE_ENV": "production"
}
}
}
}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"]
}
}
}