Loading MCP server directory, please wait...
MCP server for Divoom LAN watchface APIs; read-before-write safe. V2 editor linked in README.
npx @getmcp/cli add io.github.DivoomDevelop/mcp-divoom-lanRequires Node.js 18+. Community-contributed server. Review source before installing.
DIVOOM_DEVICE_HOSTDivoom device LAN IP address
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.DivoomDevelop/mcp-divoom-lan": {
"command": "npx",
"args": [
"-y",
"mcp-divoom-lan"
],
"env": {
"DIVOOM_DEVICE_HOST": "",
"DIVOOM_DEVICE_PORT": "9000",
"DIVOOM_TIMEOUT_MS": "45000"
}
}
}
}