ableton-mind — Ableton Live MCP server
Rank #13,589io.github.Pantani/ableton-mind
Control Ableton Live from Claude, Cursor or Codex with LOM tools, device knowledge and recipes.
ableton-mind — Ableton Live MCP server is a Model Context Protocol (MCP) server published by pantani. It ranks #13,589 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. ableton-mind — Ableton Live MCP server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 9, 2026 and most recently updated on Jun 11, 2026.
Ranks ahead of 101,871 of 115,460 servers on MCP Toplist.
Use ableton-mind — Ableton Live MCP server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ableton-mind -- npx -y ableton-mind[mcp_servers.ableton-mind]
command = "npx"
args = ["-y", "ableton-mind"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ableton-mind": {
"command": "npx",
"args": [
"-y",
"ableton-mind"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ableton-mind": {
"command": "npx",
"args": [
"-y",
"ableton-mind"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ableton-mind": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ableton-mind"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ableton-mind": {
"command": "npx",
"args": [
"-y",
"ableton-mind"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ableton-mind": {
"command": "npx",
"args": [
"-y",
"ableton-mind"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Pantani%2Fableton-mind)<a href="https://mcptoplist.com/server/io.github.Pantani%2Fableton-mind"><img src="https://mcptoplist.com/badge/io.github.Pantani%2Fableton-mind.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
pantani
Other servers by pantani
View all pantani servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 11, 2026 |
Frequently asked questions
- Who maintains ableton-mind — Ableton Live MCP server?
- ableton-mind — Ableton Live MCP server is maintained by pantani, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is ableton-mind — Ableton Live MCP server listed on the Official MCP Registry?
- Yes — ableton-mind — Ableton Live MCP server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does ableton-mind — Ableton Live MCP server have?
- MCP Toplist tracks 1 version of ableton-mind — Ableton Live MCP server, most recently published on Jun 11, 2026.
- Where can I find the source code for ableton-mind — Ableton Live MCP server?
- The source code for ableton-mind — Ableton Live MCP server is hosted at github.com/pantani/ableton-mind.