MCP Govee
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOVEE_API_KEY | Yes | Your Govee API key (obtained from Govee Home app) | |
| GOVEE_API_BACKEND | No | Backend to use: v1, v2, or lan | v1 |
| GOVEE_LAN_ENABLED | No | Set to 'true' to enable LAN backend (requires GOVEE_API_BACKEND=lan or using tool parameter) | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_devicesA | List all Govee devices on your account |
| get_device_stateA | Get the current state of a Govee device (power, brightness, color) |
| set_powerB | Turn a Govee device on or off |
| set_brightnessA | Set the brightness of a Govee device (0-100) |
| set_colorB | Set the color of a Govee device using RGB values |
| set_color_temperatureB | Set the color temperature of a Govee device in Kelvin (2000-9000) |
| list_scenesA | List built-in dynamic light scenes available for a device (v2 backend only) |
| list_diy_scenesB | List user-created DIY scenes for a device (v2 backend only) |
| activate_sceneB | Activate a built-in or DIY scene by name (v2 backend only) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/danjam/mcp-govee'
If you have feedback or need assistance with the MCP directory API, please join our Discord server