Skip to main content
Glama
ziyarago
by ziyarago

risal-dash-mcp

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");

Related MCP server: ESP32 MCP Server

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.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack.

  • Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ziyarago/risal-dash-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server