Connect AI agents to IoT devices — read sensors, send commands, manage ESP32 fleets.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @jettyd/mcp
MCP client config
{
"mcpServers": {
"jettyd-mcp": {
"command": "npx",
"args": [
"-y",
"@jettyd/mcp"
]
}
}
}