← Back to Plugins
MCP Server MCP

Divoom LAN Watchface

github By github 👁 1 views ▲ 0 votes

MCP server for Divoom LAN watchface APIs; read-before-write safe. V2 editor linked in README.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...