Skip to main content
Glama

Hue MCP Server

by tebinraouf

change_hue_light

Control Philips Hue lights by adjusting brightness, color hue, saturation, and turning them on or off using the Hue MCP Server.

Instructions

Change the state of a Philips Hue light.

Args: light_id: The ID of the light to control (1-based index) brightness: Brightness level (0-254), where 0 is minimum and 254 is maximum hue: Hue color value (0-65535), where 0 and 65535 are red, 25500 is green, and 46920 is blue saturation: Color saturation (0-254), where 0 is white and 254 is most saturated on: Turn the light on (True) or off (False)

Returns: A message indicating the result of the operation

Input Schema

NameRequiredDescriptionDefault
brightnessNo
hueNo
light_idYes
onNo
saturationNo

Input Schema (JSON Schema)

{ "properties": { "brightness": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Brightness" }, "hue": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Hue" }, "light_id": { "title": "Light Id", "type": "integer" }, "on": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "On" }, "saturation": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Saturation" } }, "required": [ "light_id" ], "type": "object" }

Other Tools from Hue MCP Server

Related Tools

    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/tebinraouf/hue-mcp'

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