Connect AI agents to IoT devices β read sensors, send commands, manage ESP32 fleets.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
MCP server for jettyd β gives AI agents direct access to IoT devices.
Connect Claude Desktop, Cursor, Continue, or any MCP-compatible client to your ESP32 devices.
Or globally:
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
Add to your MCP config:
| Tool | Description |
|---|---|
list_devices | List all devices with status |
read_device | Get current sensor readings |
send_command | Send command to device (relay, LED, etc.) |
get_telemetry | Historical sensor readings |
push_rules | Push JettyScript automation rules |
"What's the temperature in the greenhouse?" β Calls
read_device, reads shadow, returns current temperature
"Turn on the irrigation relay for 30 seconds" β Calls
send_commandwithrelay.onand{duration: 30000}
"Alert me if temperature goes above 30Β°C" β Calls
push_ruleswith a threshold rule
"Show me the humidity trend for the last 24 hours" β Calls
get_telemetrywith metric=air.humidity, period=24h
Sign up at jettyd.com and get your API key from the dashboard.
New to jettyd? The OpenClaw Blueprint walks through the complete setup in 6 steps β hardware, platform, OpenClaw connection, sensors, automations, and dashboard.
github.com/jettydiot/jettyd-mcp
MIT licence
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/mcp-103)<a href="https://allmcps.com/mcp/mcp-103"><img src="https://allmcps.com/api/badge/mcp-103?style=directory" alt="Mcp on AllMCPs" /></a>