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
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.
Frequently asked questions
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`.
Basic information
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Comments