Risal Dash
БесплатноНе проверенBridges a RisalDash ESP32/ESP8266 device to MCP — every dashboard widget becomes a get_/set_ tool, so an agent can read sensors and toggle relays.
Описание
Bridges a RisalDash ESP32/ESP8266 device to MCP — every dashboard widget becomes a get_/set_ tool, so an agent can read sensors and toggle relays.
README
MCP bridge that exposes a RisalDash device's widgets as tools
for an AI agent (Claude Desktop, Claude Code, …). It reads the device's
GET /api/mcp/manifest, turns every widget into a get_* / set_* tool, and proxies
calls to the device's /api/state and /api/set REST endpoints.
Prerequisites
Start the firmware with MCP enabled:
dash.enableMCP("risal_pat_yourtoken");
Run
RISAL_ESP_URL=http://192.168.4.1 \
RISAL_MCP_TOKEN=risal_pat_yourtoken \
npx risal-dash-mcp
Claude Desktop config
{
"mcpServers": {
"greenhouse": {
"command": "npx",
"args": ["risal-dash-mcp"],
"env": {
"RISAL_ESP_URL": "http://192.168.4.1",
"RISAL_MCP_TOKEN": "risal_pat_yourtoken"
}
}
}
}
The agent can then read CPU, set Pump to on, etc. — one tool per widget.
Develop
node test.mjs # offline logic tests (no device required)
MIT.
Установка Risal Dash
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/ziyarago/risal-dash-mcpFAQ
Risal Dash MCP бесплатный?
Да, Risal Dash MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Risal Dash?
Нет, Risal Dash работает без API-ключей и переменных окружения.
Risal Dash — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Risal Dash в Claude Desktop, Claude Code или Cursor?
Открой Risal Dash на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Risal Dash with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
