Skip to main content
Glama

MCP Wyze Server

by aldilaff

wyze_set_color

Set custom RGB colors for Wyze smart lights using hex values (e.g., 'ff0000' for red) via the MCP Wyze Server. Control and personalize lighting for connected devices directly through AI assistants.

Instructions

Set RGB color for a Wyze light (hex format like 'ff0000' for red)

Input Schema

NameRequiredDescriptionDefault
colorYes
device_macYes

Input Schema (JSON Schema)

{ "properties": { "color": { "title": "Color", "type": "string" }, "device_mac": { "title": "Device Mac", "type": "string" } }, "required": [ "device_mac", "color" ], "title": "wyze_set_colorArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aldilaff/mcp-wyze-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server