jettyd IoT
БесплатноНе проверенConnect to IoT devices including ESP32 hardware with sensor reading, command sending, and automation rules.
Описание
Connect to IoT devices including ESP32 hardware with sensor reading, command sending, and automation rules.
README
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.
Install
npx @jettyd/mcp
Or globally:
npm install -g @jettyd/mcp
Setup
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"jettyd": {
"command": "npx",
"args": ["@jettyd/mcp"],
"env": {
"JETTYD_API_KEY": "your-api-key-here"
}
}
}
}
Cursor / Continue
Add to your MCP config:
{
"jettyd": {
"command": "npx @jettyd/mcp",
"env": { "JETTYD_API_KEY": "your-api-key" }
}
}
Tools
| 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 |
Example conversations
"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
Get your API key
Sign up at jettyd.com and get your API key from the dashboard.
Complete Setup Guide
New to jettyd? The OpenClaw Blueprint walks through the complete setup in 6 steps — hardware, platform, OpenClaw connection, sensors, automations, and dashboard.
Source
github.com/jettydiot/jettyd-mcp
MIT licence
Установка jettyd IoT
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jettydiot/jettyd-mcpFAQ
jettyd IoT MCP бесплатный?
Да, jettyd IoT MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для jettyd IoT?
Нет, jettyd IoT работает без API-ключей и переменных окружения.
jettyd IoT — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить jettyd IoT в Claude Desktop, Claude Code или Cursor?
Открой jettyd IoT на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare jettyd IoT with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
