MCP Catalogs
Home

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 uses10,239
Score8445
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
MediaAI / LLM ToolsDeveloper Tools
LanguageTypeScriptPython
Last committhis month1 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-chart

For 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

  1. Download AbletonMCP_Remote_Script/__init__.py from this repo
  2. 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

  1. Create a folder called AbletonMCP and paste the file
  2. Launch Ableton Live and select "AbletonMCP" in Control Surface settings
Comparison generated from public README + GitHub signals. Last updated automatically.