mcp-server-chart vs halo-infinite-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | halo-infinite-mcp by dend | |
|---|---|---|
| Stars | ★ 4,068 | ★ 6 |
| 30d uses | 10,239 | — |
| Score | 84 | 31 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsMediaOther |
| Language | TypeScript | C# |
| Last commit | this month | 14 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
halo-infinite-mcp · Summary
MCP server for Halo Infinite game data, accessing player stats, match history, and marketplace information.
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
halo-infinite-mcp · Use cases
- Check your latest match statistics and win rates in Halo Infinite
- Monitor your career rank progress and time to reach Hero level
- Browse current items available on The Exchange marketplace
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"]
}
}
}halo-infinite-mcp · Install
Installation
- Install [.NET 9 SDK](https://dotnet.microsoft.com/download/dotnet/9.0)
- Download the [latest release](https://github.com/dend/halo-infinite-mcp/releases)
- Extract the package locally
- Update your MCP client configuration:
Claude Desktop
"mcpServers": {
"mcp-halo-infinite": {
"command": "PATH_TO_YOUR_OpenSpartan.Forerunner.MCP.exe",
"args": [],
"env": {}
}
}Visual Studio Code (Insiders)
"mcp": {
"inputs": [],
"servers": {
"mcp-halo-infinite": {
"command": "PATH_TO_YOUR_OpenSpartan.Forerunner.MCP.exe",
"args": [],
"env": {}
}
}
}