mcp-server-chart vs eve-online-traffic-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | eve-online-traffic-mcp by kongyo2 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 4 |
| 30d uses | 10,239 | — |
| Score | 84 | 36 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsgamesDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 10 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
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.
mcp-server-chart · Use cases
- Data analysts creating visual reports from datasets
- AI assistants generating custom charts based on user requests
- Web applications embedding visualization capabilities via HTTP API
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
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor Desktop Apps (e.g., Claude Desktop, VSCode):
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}For Windows:
{
"mcpServers": {
"mcp-server-chart": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
}
}
}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 start