EVE-EST-MCP vs time
Side-by-side comparison to help you pick between these two MCP servers.
EVE-EST-MCP by kongyo2 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 2 | ★ 85,748 |
| 30d uses | — | — |
| Score | 32 | 77 |
| Official | — | ✓ |
| Categories | OtherDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 10 mo ago | this month |
EVE-EST-MCP · Summary
EVE-EST-MCP is an MCP server that provides EVE Server Time and downtime calculations for EVE Online players.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
EVE-EST-MCP · Use cases
- EVE Online players who need to track server time for fleet operations and market activities
- Bot developers who need to schedule actions based on EVE Server Time
- Community managers who need to announce events in relation to server downtime
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-EST-MCP · Install
Installation
- Clone the repository:
git clone https://github.com/kongyo2/EVE-EST-MCP.git
cd EVE-EST-MCP- Install dependencies:
npm install- Start the server:
npm run startFor Claude Desktop, add to your claude_desktop_config.json:
{
"mcpServers": {
"eve-est": {
"command": "node",
"args": ["dist/index.js"],
"env": {}
}
}
}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"]
}
}
}