Fibaro HC3 MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fibaro_get_devicesB | Get all devices from Fibaro HC3 |
| fibaro_get_deviceC | Get specific device by ID from Fibaro HC3 |
| fibaro_get_scenesB | Get all scenes from Fibaro HC3 |
| fibaro_get_sceneC | Get specific scene by ID from Fibaro HC3 |
| fibaro_get_roomsB | Get all rooms from Fibaro HC3 |
| fibaro_turn_on_deviceC | Turn on a device (like lights, switches) |
| fibaro_turn_off_deviceC | Turn off a device (like lights, switches) |
| fibaro_set_device_valueA | Set a specific property value for a device. Use this ONLY for advanced properties like temperature setpoints, modes, or custom device properties. Do NOT use for brightness (use fibaro_set_brightness) or colors (use fibaro_set_color). |
| fibaro_set_brightnessA | Set brightness or dimmer level for lights and dimmable devices. Use this when user mentions brightness, dimming, intensity, or percentage levels (0-100%). Keywords: bright, dim, brightness, level, percent, %. |
| fibaro_set_colorB | Set RGB color for RGB lights and color-changing devices. Use this when user mentions colors, color names, or wants to change light color. Keywords: color, red, green, blue, yellow, purple, pink, orange, cyan, magenta, white, RGB, màu. |
| fibaro_control_rgb_lightA | Complete control for RGB lights: turn on/off, set color, and brightness in one command. Use this when user wants to control multiple aspects of an RGB light at once (e.g., "turn on light 5 red color at 50% brightness"). |
| fibaro_run_sceneC | Run/start a scene |
| fibaro_stop_sceneC | Stop a running scene |
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
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/kaeljune/fibaro-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server