Divoom LAN Watchface MCP Server

mcp-divoom-lan is an open-source MCP server that wraps Divoom watchface LAN APIs as standard tools for AI clients. It runs locally over stdio via the published package.

People who work with Divoom and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-11 · ★ 4 · #139 OF 208 MAINTAINED DOCUMENTATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Divoom LAN Watchface

before you install - you'll need

Set DIVOOM_DEVICE_HOST before connecting. DIVOOM_DEVICE_PORT, DIVOOM_TIMEOUT_MS are optional or environment-specific per the README.

Claude Code

claude mcp add divoomdevelop-mcp-divoom-lan -- npx -y mcp-divoom-lan

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "divoomdevelop-mcp-divoom-lan": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-divoom-lan"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package mcp-divoom-lan - unscoped; check the name against the project README before installing

registry namespace io.github.DivoomDevelop is GitHub-verified and matches the repo owner

03 · What Divoom LAN Watchface can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.4 · 2026-05-18

Highlights · Curated template library (~20 skeleton watchfaces from editor public/template/config/.cfg): · - Resource divoom://templates/curated (resources/templates-curated.json) · - Tool watchface_template_search…

v0.1.3 · 2026-05-18

Highlights · AI bundle synced from the visual editor · - divoom://font/catalog (157 fonts) - id, type, charset, derived script (digits/digits-extended/latin/cjk), style_tags, recommendedFor scenarios…

04 · Who maintains Divoom LAN Watchface

Divoom LAN Watchface is maintained by divoomdevelop. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
documentation - ranked #139 of 208 actively-maintained documentation servers as of 2026-09-18.
registry
io.github.DivoomDevelop/mcp-divoom-lan (active, first published 2026-05-11 · 2 versions)
packages
npm:mcp-divoom-lan

06 · Divoom LAN Watchface FAQ

What is Divoom LAN Watchface?

mcp-divoom-lan is an open-source MCP server that wraps Divoom watchface LAN APIs as standard tools for AI clients. It runs locally over stdio via the published package.

Is Divoom LAN Watchface still maintained?

Yes - as of 2026-09-18, its last commit was 2026-06-11. We re-verify nightly.

How do I install Divoom LAN Watchface?

Run `npx -y mcp-divoom-lan`. The README documents 3 environment variables (DIVOOM_DEVICE_HOST, DIVOOM_DEVICE_PORT, DIVOOM_TIMEOUT_MS) to set first. Set DIVOOM_DEVICE_HOST before connecting. DIVOOM_DEVICE_PORT, DIVOOM_TIMEOUT_MS are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Divoom LAN Watchface run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Divoom LAN Watchface

More documentation MCP servers · Akb · Google Docs · Twitterapi Docs MCP · Twitterapi Io MCP · Pmll Memory MCP

More TypeScript MCP servers · Search Forge · Ynab Mcpb · Nexus Legal · Irs Taxpayer · Three.js DevTools MCP · see all