Install for Claude Desktop
Edit the config file
Section titled “Edit the config file”Open the Claude Desktop config and add the loophole server. The shape is the
same on every platform; only the file location differs.
- Windows:
%APPDATA%\Claude\claude_desktop_config.json - macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
{ "mcpServers": { "loophole": { "transport": "http", "url": "http://127.0.0.1:<port>/mcp", "headers": { "Authorization": "Bearer <token-from-bridge.json>" } } }}Replace <port> and <token-from-bridge.json> with the real values. Then fully
quit and reopen Claude Desktop: closing the window is not enough, the config is
read on launch.
The ableton-live skill’s /setup can write this file for you from
bridge.json.
Verify it worked
Section titled “Verify it worked”- Live 12.4.5b Suite is running with the Loophole extension active.
- After the restart,
loopholeappears in Claude Desktop’s tool list. - Ask the assistant to run
live_get_song_overview(orlive_find_track) and confirm it returns your real track names.
If your real tracks come back, the connection is correct. Otherwise see Troubleshooting.