Divoom LAN Watchface
About
MCP server for Divoom LAN watchface APIs; read-before-write safe. V2 editor linked in README.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
DIVOOM_DEVICE_HOST DIVOOM_DEVICE_PORT DIVOOM_TIMEOUT_MSClaude Code
claude mcp add --env DIVOOM_DEVICE_HOST= --env DIVOOM_DEVICE_PORT= --env DIVOOM_TIMEOUT_MS= mcp-divoom-lan -- npx mcp-divoom-lan
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-divoom-lan","command":"npx","args":["mcp-divoom-lan"],"env":{"DIVOOM_DEVICE_HOST":"","DIVOOM_DEVICE_PORT":"","DIVOOM_TIMEOUT_MS":""}}'
JSON
{
"mcpServers": {
"mcp-divoom-lan": {
"command": "npx",
"args": [
"mcp-divoom-lan"
],
"env": {
"DIVOOM_DEVICE_HOST": "",
"DIVOOM_DEVICE_PORT": "",
"DIVOOM_TIMEOUT_MS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.