MCP Server
MCP
Divoom LAN Watchface
MCP server for Divoom LAN watchface APIs; read-before-write safe. V2 editor linked in README.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment