MCP.so
Sign In

Mcp Divoom TimeFrame Lan

@DivoomDevelop

About Mcp Divoom TimeFrame Lan

mcp-divoom-lan is an open-source Model Context Protocol (MCP) server that exposes Divoom watchface customization over local LAN HTTP. AI assistants can read and patch the current on-device watchface JSON, manage fonts and store market lists, switch the active dial, adjust brightn

Basic information

Category

Other

Transports

stdio

Publisher

DivoomDevelop

Submitted by

DIVOOM

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "divoom-lan": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-divoom-lan"
      ],
      "env": {
        "DIVOOM_DEVICE_HOST": "192.168.1.120",
        "DIVOOM_DEVICE_PORT": "9000",
        "DIVOOM_TIMEOUT_MS": "45000"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Mcp Divoom TimeFrame Lan?

Mcp Divoom TimeFrame Lan is an open-source Model Context Protocol (MCP) server for Divoom watchface customization over local LAN HTTP. It enables users to drive on-device watchface workflows in natural language from Cursor, Claude Desktop, or any MCP-compatible client.

How to use Mcp Divoom TimeFrame Lan?

Requires Node.js 20+ and network access to the Divoom device on the same LAN (HTTP API, commonly port 9000). Configure by setting environment variables: DIVOOM_DEVICE_HOST (device IP), DIVOOM_DEVICE_PORT (default 9000), and DIVOOM_TIMEOUT_MS (default 45000). Invoke tool calls from any MCP client; the target parameter can also be passed per call.

Key features of Mcp Divoom TimeFrame Lan

  • Read and patch the current local watchface
  • List local fonts and store/market dials
  • Switch active dial and read/set brightness
  • Multipart helpers for dial background replacement and file upload
  • Exposes MCP resources with protocol and safety notes for agents

Use cases of Mcp Divoom TimeFrame Lan

  • Customizing Divoom watchfaces on-device using natural language from an MCP client
  • Switching between active dials programmatically over local LAN
  • Reading or adjusting device brightness without a proprietary app

FAQ from Mcp Divoom TimeFrame Lan

What does Mcp Divoom TimeFrame Lan do?

It is an MCP server that allows reading, patching, and managing Divoom watchfaces over local LAN HTTP from MCP-compatible clients.

What are the runtime requirements?

Node.js 20+ and network access to the Divoom device on the same LAN, typically using port 9000.

How do I configure the server?

Set environment variables: DIVOOM_DEVICE_HOST for the device IP, DIVOOM_DEVICE_PORT (default 9000) for the HTTP port, and DIVOOM_TIMEOUT_MS (default 45000) for timeout.

What safety precautions are recommended?

Prefer a read → patch → read back workflow before trusting changes. Some operations, such as reset from cloud, can be destructive; confirm with the user first.

Where can I find the source and report issues?

The repository is at https://github.com/DivoomDevelop/mcp-divoom-lan. Security issues can be reported to [email protected], and npm package is mcp-divoom-lan.

Comments

More Other MCP servers