Divoom LAN Watchface for Grok
io.github.divoomdevelop/mcp-divoom-lan
MCP server for Divoom LAN watchface APIs; read-before-write safe. V2 editor linked in README.
client:Grok
transport:stdio
runtime:npm
Install Divoom LAN Watchface in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-divoom-lan": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-divoom-lan"
],
"env": {
"DIVOOM_DEVICE_HOST": "<DIVOOM_DEVICE_HOST>",
"DIVOOM_DEVICE_PORT": "<DIVOOM_DEVICE_PORT>",
"DIVOOM_TIMEOUT_MS": "<DIVOOM_TIMEOUT_MS>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs