nodrix for Grok
live.nodrix/nodrix
Read live and historical IoT telemetry and actuate ESP32/Arduino hardware from a backend you host.
client:Grok
transport:streamable-http
Install nodrix in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"nodrix": {
"type": "http",
"url": "https://{host}/v1/mcp/oauth"
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs