mcp-server-chart vs ableton-copilot-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | ableton-copilot-mcp by xiaolaa2 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 78 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | MediaProductivityDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 2 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
ableton-copilot-mcp · Summary
MCP server for AI assistants to control Ableton Live with song management, track control, MIDI editing, and audio recording capabilities.
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
ableton-copilot-mcp · Use cases
- Automating repetitive MIDI editing tasks in music production
- AI-assisted track and clip management in Ableton Live
- Creating and managing audio effects and instrument parameters
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"]
}
}
}ableton-copilot-mcp · Install
Installation
Prerequisites
- Node.js v20+
- Ableton Live
Steps
- **Install AbletonJS MIDI Remote Scripts** (one of these methods):
``bash npx @xiaolaa2/ableton-copilot-mcp --install-scripts # OR npx @xiaolaa2/ableton-copilot-mcp -is ``
- **Enable AbletonJS Control Surface** in Ableton Live:
- Open Preferences → Link/MIDI - Select "AbletonJS" from Control Surface dropdown
- **Configure your MCP client** (example for Claude Desktop):
``json { "mcpServers": { "ableton-js-mcp": { "command": "npx", "args": ["-y", "@xiaolaa2/ableton-copilot-mcp"] } } } ``