mcp-server-chart vs nuclear
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | nuclear by nukeop | |
|---|---|---|
| Stars | ★ 4,068 | ★ 17,623 |
| 30d uses | 10,239 | — |
| Score | 84 | 60 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | MediaAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
nuclear · Summary
Streaming music player that integrates an MCP server for AI control.
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
nuclear · Use cases
- AI-assisted music discovery and playlist creation
- Automated background music control for smart environments
- Voice-controlled music systems through AI intermediaries
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"]
}
}
}nuclear · Install
Installation
- Download and install Nuclear from [Releases page](https://github.com/nukeop/nuclear/releases)
- Launch Nuclear and enable MCP server in Settings → Integrations
- Add to your MCP client:
Claude Desktop / Cursor / Windsurf
{
"mcpServers": {
"nuclear": {
"url": "http://127.0.0.1:8800/mcp"
}
}
}Claude Code
claude mcp add nuclear --transport http http://127.0.0.1:8800/mcpCodex CLI
codex mcp add nuclear --url http://127.0.0.1:8800/mcp