Skip to main content
Glama

Hue MCP Server

by tebinraouf

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HUE_BRIDGE_IPYesThe IP address of your Hue Bridge (find it in the Hue app or at https://discovery.meethue.com/)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
change_hue_light

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

list_hue_lights

List all available Philips Hue lights.

Returns: A formatted list of all lights with their IDs, names, and current states

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