HomeOther › nodrix

nodrix

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

TypeScript Remote
★ 41 stars Last pushed 2026-09-18 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://{host}/v1/mcp/oauth

Claude Code:

claude mcp add --transport http nodrix https://{host}/v1/mcp/oauth

Or add to your MCP client config:

{
  "mcpServers": {
    "nodrix": {
      "url": "https://{host}/v1/mcp/oauth"
    }
  }
}

Remote (streamable-http)

https://{host}/v1/mcp

Claude Code:

claude mcp add --transport http nodrix https://{host}/v1/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "nodrix": {
      "url": "https://{host}/v1/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — A nodrix API token, prefixed with 'Bearer '. Mint one in Settings, and enable MCP under Settings > More.

Related servers

Data from the Official MCP Registry