Skip to content
Cursor

Divoom LAN Watchface for Cursor

io.github.divoomdevelop/mcp-divoom-lan

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

client:Cursor transport:stdio runtime:npm

Install Divoom LAN Watchface in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-divoom-lan": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-divoom-lan"
      ],
      "env": {
        "DIVOOM_DEVICE_HOST": "<DIVOOM_DEVICE_HOST>",
        "DIVOOM_DEVICE_PORT": "<DIVOOM_DEVICE_PORT>",
        "DIVOOM_TIMEOUT_MS": "<DIVOOM_TIMEOUT_MS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Divoom LAN Watchface in other clients