nodrix
Read live and historical IoT telemetry and actuate ESP32/Arduino hardware from a backend you host.
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>"
}
}
}
}
Authorizationrequired secret — A nodrix API token, prefixed with 'Bearer '. Mint one in Settings, and enable MCP under Settings > More.
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry