Odel
jettyd mcp

jettyd mcp

Local
@jettydiotJavaScriptUpdated 5mo ago

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).

npm@jettyd/mcpv0.1.1

Run

npx -y @jettyd/mcp

MCP client config

{
  "mcpServers": {
    "jettyd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@jettyd/mcp"
      ]
    }
  }
}