mcp-server-chart vs ableton-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | ableton-mcp by jpoindexter | |
|---|---|---|
| Stars | ★ 4,068 | ★ 22 |
| 30d uses | 10,239 | — |
| Score | 84 | 45 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | MediaAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | Python |
| Last commit | this month | 1 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-mcp · Summary
Ableton Live MCP server with 200+ tools for music production, AI-generated patterns, and full DAW 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
ableton-mcp · Use cases
- Generate drum patterns and basslines in various styles through AI commands
- Automate complex arrangements and scene transitions via natural language
- Control Ableton Live's transport, tracks, clips, and effects with AI assistance
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-mcp · Install
Claude Desktop Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"AbletonMCP": {
"command": "uvx",
"args": ["ableton-mcp"]
}
}
}Prerequisites
- Ableton Live 10 or newer
- Python 3.8 or newer
- [uv package manager](https://astral.sh/uv)
Ableton Remote Script Installation
- Download
AbletonMCP_Remote_Script/__init__.pyfrom this repo - Copy to Ableton's MIDI Remote Scripts directory:
- macOS: ~/Library/Preferences/Ableton/Live XX/User Remote Scripts - Windows: C:\Users\[Username]\AppData\Roaming\Ableton\Live x.x.x\Preferences\User Remote Scripts
- Create a folder called
AbletonMCPand paste the file - Launch Ableton Live and select "AbletonMCP" in Control Surface settings