Divoom LAN Watchface✓
io.github.DivoomDevelop/mcp-divoom-lan · v0.1.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.DivoomDevelop/mcp-divoom-lan",
"description": "MCP server for Divoom LAN watchface APIs; read-before-write safe. V2 editor linked in README.",
"title": "Divoom LAN Watchface",
"repository": {
"url": "https://github.com/DivoomDevelop/mcp-divoom-lan",
"source": "github"
},
"version": "0.1.1",
"websiteUrl": "https://github.com/DivoomDevelop/mcp-divoom-lan",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-divoom-lan",
"version": "0.1.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Divoom device LAN IP address",
"isRequired": true,
"name": "DIVOOM_DEVICE_HOST"
},
{
"description": "Divoom device HTTP port",
"default": "9000",
"name": "DIVOOM_DEVICE_PORT"
},
{
"description": "HTTP request timeout in milliseconds",
"default": "45000",
"name": "DIVOOM_TIMEOUT_MS"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}