Skip to content

Install for Claude Desktop

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.

  1. Live 12.4.5b Suite is running with the Loophole extension active.
  2. After the restart, loophole appears in Claude Desktop’s tool list.
  3. Ask the assistant to run live_get_song_overview (or live_find_track) and confirm it returns your real track names.

If your real tracks come back, the connection is correct. Otherwise see Troubleshooting.