/ Diretório / Playground / Ableton MCP Extended
● Comunidade uisato ⚡ Instantâneo

Ableton MCP Extended

por uisato · uisato/ableton-mcp-extended

Ableton Live MCP server — MIDI clip authoring, note editing, audio import via AI assistants.

Ableton MCP Extended is a MCP server that ableton live mcp server — midi clip authoring, note editing, audio import via ai assistants Use it from Claude Code, Cursor, Codex, or any MCP-compatible / skills-compatible agent.

Por que usar

Principais recursos

Demo ao vivo

Como fica na prática

ableton-mcp-extended.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "ableton-mcp-extended": {
      "command": "uvx",
      "args": [
        "ableton-mcp-extended"
      ],
      "_inferred": true
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "ableton-mcp-extended": {
      "command": "uvx",
      "args": [
        "ableton-mcp-extended"
      ],
      "_inferred": true
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "ableton-mcp-extended": {
      "command": "uvx",
      "args": [
        "ableton-mcp-extended"
      ],
      "_inferred": true
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ableton-mcp-extended": {
      "command": "uvx",
      "args": [
        "ableton-mcp-extended"
      ],
      "_inferred": true
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "ableton-mcp-extended",
      "command": "uvx",
      "args": [
        "ableton-mcp-extended"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "ableton-mcp-extended": {
      "command": {
        "path": "uvx",
        "args": [
          "ableton-mcp-extended"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add ableton-mcp-extended -- uvx ableton-mcp-extended

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: Ableton MCP Extended

Use Ableton MCP Extended for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

Quando usar: You want MCP server integration for other work without writing glue code.

Pré-requisitos
  • Repo installed / cloned — See repo README
Fluxo
  1. Install
    Set up the Ableton MCP Extended MCP server.✓ Copiado
    → MCP server listed in your agent config
  2. Invoke
    Use Ableton MCP Extended to run a representative task in other.✓ Copiado
    → Tool call succeeds; result returned

Resultado: Real other work completed via Ableton MCP Extended with one chat.

Armadilhas
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
Combine com: filesystem

Combinações

Combine com outros MCPs para 10× de alavancagem

ableton-mcp-extended + filesystem

Pair with filesystem for other workflows that need local file IO.

Use Ableton MCP Extended together with filesystem.✓ Copiado

Ferramentas

O que este MCP expõe

FerramentaEntradasQuando chamarCusto
primary_call task-specific For the main use case Varies

Custo e limites

O que custa rodar

Cota de API
Provider rate limits apply
Tokens por chamada
Varies
Monetário
Free / pay provider directly
Dica
Cache results; batch calls.

Segurança

Permissões, segredos, alcance

Armazenamento de credenciais: Use environment variables or your OS keychain.
Saída de dados: Depends on integration

Solução de problemas

Erros comuns e correções

Confirm install and restart your agent.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills