A secure, read-only MCP server that gives AI assistants comprehensive access to EVE Online’s ESI API, including authenticated character data and schema-aware tools.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"eve-online-mcp": {
"command": "npx",
"args": [
"-y",
"HammoTime/eve-online-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add eve-online-mcp npx -y HammoTime/eve-online-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"eve-online-mcp": {
"command": "npx",
"args": [
"-y",
"HammoTime/eve-online-mcp"
]
}
}
}
📋 Copy