Divoom LAN Watchface is a Model Context Protocol (MCP) server: MCP server for Divoom LAN watchface APIs; read-before-write safe. V2 editor linked in README. In practice that means any MCP-compatible AI assistant can call Divoom LAN Watchface's tools directly — the model decides when to use them in a conversation or agent run.
It runs locally: the npm package mcp-divoom-lan speaks MCP over stdio on your machine. Configuration happens through environment variables — you'll need DIVOOM_DEVICE_HOST. The current release is v0.1.1, published under the MIT license, with source at DivoomDevelop/mcp-divoom-lan on GitHub.
Divoom LAN Watchface is listed under Development on mcp.site and works with any MCP client — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed and the rest of the ecosystem — using the install snippets below. If you maintain Divoom LAN Watchface for DivoomDevelop, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸npm package — mcp-divoom-lan · MCP over stdio
▸Credentials — Requires DIVOOM_DEVICE_HOST
▸Open source — MIT license · DivoomDevelop/mcp-divoom-lan