WLED (MCP Server)

GitHub

Control WS2812B and many more types of digital RGB LEDs with an ESP32 over WiFi!

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "WLED": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-WLED"
      ]
    }
  }
}