Skip to content
Claude Desktop

OmniDebugLink for Claude Desktop

dev.omnidebuglink/omnidebuglink

remote debug iOS/Android/Unity/Godot/Flutter/RN/Web on real-device.ui-tree/screenshots/taps,tests.

client:Claude Desktop transport:streamable-http

Install OmniDebugLink in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "omnidebuglink": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.omnidebuglink.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

OmniDebugLink in other clients