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.
We read the source, 9 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add mcp-divoom-lan -- npx -y mcp-divoom-lan
{
"mcpServers": {
"mcp-divoom-lan": {
"args": [
"-y",
"mcp-divoom-lan"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-divoom-lan]
command = "npx"
args = ["-y", "mcp-divoom-lan"]
{
"mcpServers": {
"mcp-divoom-lan": {
"args": [
"-y",
"mcp-divoom-lan"
],
"command": "npx"
}
}
}
{
"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.
MCP server for SeaTable — read, write, search, link, and query data in your bases
MCP server for Google Sheets API — read, write, format, batch operations.
CLI and MCP server for the LinkedIn API
Cross-platform MCP server for system clipboard access (read, write, watch)
Yuque MCP server with safe read/write tools for groups, group members, repositories, docs, and TOC.
MCP server for Polarion ALM — read and write documents and work items
Official MCP server for twitterapis.com. Read and write Twitter/X: search, users, tweets, DMs.
MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.
Answers built from our own checks of this server.