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
{
"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