← Index

io.github.jmedure/talkback

io.github.jmedure/talkback·v0.1.3·Calendar & Time
Quality Score
74
/100

Chat with your Ableton session in real-time.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "talkback": {
      "command": "npx",
      "args": [
        "-y",
        "talkback-mcp"
      ],
      "env": {
        "WS_PORT": "<ws_port>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "talkback": {
      "command": "npx",
      "args": [
        "-y",
        "talkback-mcp"
      ],
      "env": {
        "WS_PORT": "<ws_port>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y talkback-mcp
§02  Environment variables
WS_PORT

WebSocket port for the Max for Live bridge connection

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
5
installability
25
documentation
15
stability
5
§04  Alternatives in Calendar & Time