MCP Server
Active
MIT
ableton-mind — Ableton Live MCP server MCP Server
io.github.Pantani/ableton-mind
What is the ableton-mind — Ableton Live MCP server MCP server?
Control Ableton Live from Claude, Cursor or Codex with LOM tools, device knowledge and recipes.
How to install ableton-mind — Ableton Live MCP server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ableton-mind": {
"command": "npx",
"args": [
"-y",
"ableton-mind"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"ableton-mind": {
"command": "npx",
"args": [
"-y",
"ableton-mind"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ableton-mind": {
"command": "npx",
"args": [
"-y",
"ableton-mind"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"ableton-mind": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ableton-mind"
]
}
}
}Claude Code
claude mcp add ableton-mind -- npx -y ableton-mindRelated MCP servers
Build real visual systems in TouchDesigner from plain language with Claude, Cursor or Codex.
14
View repository →TypeScript
MIT