Skip to content
Gemini CLI

Divoom LAN Watchface for Gemini CLI

io.github.divoomdevelop/mcp-divoom-lan

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

client:Gemini CLI transport:stdio runtime:npm

Install Divoom LAN Watchface in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "mcp-divoom-lan": {
      "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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Divoom LAN Watchface in other clients