Skip to content
Claude Desktop

nodrix for Claude Desktop

live.nodrix/nodrix

Read live and historical IoT telemetry and actuate ESP32/Arduino hardware from a backend you host.

client:Claude Desktop transport:streamable-http

Install nodrix in Claude Desktop

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

{
  "mcpServers": {
    "nodrix": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://{host}/v1/mcp/oauth"
      ]
    }
  }
}

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

nodrix in other clients