MCP Catalogs
Home

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
Score3877
Official
Categories
E-commerceAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit10 mo agothis 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 claude

Manual Installation

  1. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. Start the server:
npm start

Claude 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.