Skip to content
Claude Desktop

mcp relay for Claude Desktop

io.github.runrelay/mcp-relay

RunRelay MCP relay — AI agent threads, HITL confirmations, and travel capability discovery.

client:Claude Desktop transport:sse

Install mcp relay in Claude Desktop

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

{
  "mcpServers": {
    "mcp-relay": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.runrelay.io/sse"
      ]
    }
  }
}

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

mcp relay in other clients