Divoom LAN Watchface for Zed
io.github.divoomdevelop/mcp-divoom-lan
MCP server for Divoom LAN watchface APIs; read-before-write safe. V2 editor linked in README.
client:Zed
transport:stdio
runtime:npm
Install Divoom LAN Watchface in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-divoom-lan": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs