eve-online-traffic-mcp vs everything
Side-by-side comparison to help you pick between these two MCP servers.
eve-online-traffic-mcp by kongyo2 | everything by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 4 | ★ 85,748 |
| 30d uses | — | — |
| Score | 36 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsgamesDeveloper Tools | Developer ToolsAI / LLM ToolsOther |
| 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.
everything · Summary
Official MCP test server exercising all protocol features for client builders.
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
everything · Use cases
- Testing MCP client implementations against all protocol features
- Learning MCP protocol capabilities through a reference server
- Validating client compatibility with different transport methods
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 starteverything · Install
NPX (recommended)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}On Windows, use cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}Global install
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everything