← Index

Divoom LAN Watchface

io.github.DivoomDevelop/mcp-divoom-lan·v0.1.1·Other
Quality Score
90
/100

MCP server for Divoom LAN watchface APIs; read-before-write safe. V2 editor linked in README.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-divoom-lan": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-divoom-lan"
      ],
      "env": {
        "DIVOOM_DEVICE_HOST": "<divoom_device_host>",
        "DIVOOM_DEVICE_PORT": "9000",
        "DIVOOM_TIMEOUT_MS": "45000"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-divoom-lan": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-divoom-lan"
      ],
      "env": {
        "DIVOOM_DEVICE_HOST": "<divoom_device_host>",
        "DIVOOM_DEVICE_PORT": "9000",
        "DIVOOM_TIMEOUT_MS": "45000"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-divoom-lan
§02  Environment variables
DIVOOM_DEVICE_HOST
required

Divoom device LAN IP address

DIVOOM_DEVICE_PORT

Divoom device HTTP port

DIVOOM_TIMEOUT_MS

HTTP request timeout in milliseconds

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other