Skip to content
Cursor

talkback for Cursor

io.github.jmedure/talkback

Chat with your Ableton session in real-time.

client:Cursor transport:stdio runtime:npm

Install talkback in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "talkback": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "talkback-mcp"
      ],
      "env": {
        "WS_PORT": "<WS_PORT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

talkback in other clients