mcpbeat Sign in

Divoom LAN Watchface MCP Server

by divoomdevelop Your server? Claim it
local only

Divoom LAN Watchface runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm. Last commit 23 Sep 2026.

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

Installs per day peak 26 · avg 8 · -15% w/w
a month agotoday
40
Installs / week
npm · mcp-divoom-lan
4
Stars
0 open issues
23 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 9 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/index.ts:1002
  const absolutePath = path.join(resourceRoot, descriptor.fileName);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-divoom-lan -- npx -y mcp-divoom-lan
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-divoom-lan": {
      "args": [
        "-y",
        "mcp-divoom-lan"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-divoom-lan]
command = "npx"
args = ["-y", "mcp-divoom-lan"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-divoom-lan": {
      "args": [
        "-y",
        "mcp-divoom-lan"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-divoom-lan": {
      "args": [
        "-y",
        "mcp-divoom-lan"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DIVOOM_DEVICE_HOST (Divoom device LAN IP address), DIVOOM_DEVICE_PORT (Divoom device HTTP port), DIVOOM_TIMEOUT_MS (HTTP request timeout in milliseconds). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Divoom LAN Watchface

same job, measured the same way
Seatable
by seatable

MCP server for SeaTable — read, write, search, link, and query data in your bases

117 installs/wk local only
MCP Gsheets
by freema

MCP server for Google Sheets API — read, write, format, batch operations.

4 656 installs/wk local only
Linkedctl
by alexey-pelykh

CLI and MCP server for the LinkedIn API

29 installs/wk local only
Clipboard MCP
by mnardit

Cross-platform MCP server for system clipboard access (read, write, watch)

local only
Yuque MCP
by wwwwujl

Yuque MCP server with safe read/write tools for groups, group members, repositories, docs, and TOC.

30 installs/wk local only
MCP Server Polarion
by devemberx

MCP server for Polarion ALM — read and write documents and work items

296 installs/wk local only
TwitterAPIs
by twitterapis

Official MCP server for twitterapis.com. Read and write Twitter/X: search, users, tweets, DMs.

303 installs/wk local only
Github MCP
by jaimenbell

MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.

59 installs/wk local only

Divoom LAN Watchface — questions

Answers built from our own checks of this server.

Why is there no uptime for Divoom LAN Watchface?
Divoom LAN Watchface runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-divoom-lan was installed 40 times last week.
How do I connect Divoom LAN Watchface?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-divoom-lan straight from npm; nothing to host, nothing to sign up for.
How many people use Divoom LAN Watchface?
The npm package mcp-divoom-lan was installed 40 times in the last week. Week over week that is -15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Divoom LAN Watchface open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.