送信

Mcp Divoom TimeFrame Lan

@DivoomDevelop

mcp-divoom-lan is an open-source Model Context Protocol (MCP) server that exposes Divoom watchface customization over local LAN HTTP. AI assistants can read and patch the current on-device watchface JSON, manage fonts and store market lists, switch the active dial, adjust brightness, and run multipart flows for background replacement, file upload, and creating a local clock—while following a read-before-write workflow and explicit warnings for destructive actions (e.g. reset-from-cloud). Requires network access to the Divoom device; configure DIVOOM_DEVICE_HOST (and optionally port/timeout). MIT license; Node.js 20+; stdio transport.

サーバー設定

{
  "mcpServers": {
    "divoom-lan": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-divoom-lan"
      ],
      "env": {
        "DIVOOM_DEVICE_HOST": "192.168.1.120",
        "DIVOOM_DEVICE_PORT": "9000",
        "DIVOOM_TIMEOUT_MS": "45000"
      }
    }
  }
}