AgentHubAgentHub

ableton-mind — Ableton Live MCP server

MCP ServerMCP Registry官方收录

io.github.Pantani/ableton-mind · v0.1.1

Control Ableton Live from Claude, Cursor or Codex with LOM tools, device knowledge and recipes.

概览

ableton-mind — Ableton Live MCP server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "ableton-mind": {
      "command": "npx",
      "args": [
        "-y",
        "ableton-mind"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.Pantani/ableton-mind",
  "type": "mcp-server",
  "version": "0.1.1",
  "displayName": "ableton-mind — Ableton Live MCP server",
  "description": "Control Ableton Live from Claude, Cursor or Codex with LOM tools, device knowledge and recipes.",
  "repository": {
    "url": "https://github.com/Pantani/ableton-mind",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "ableton-mind",
        "version": "0.1.1",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Pantani/ableton-mind",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Pantani%2Fableton-mind/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
ableton-mind — Ableton Live MCP server — MCP Server 安装与配置 · AgentHub