Homey MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOMEY_IP | No | IP address of Homey Pro for local connection | |
| HOMEY_TOKEN | Yes | Your Homey Personal Access Token |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| homey_list_devicesA | List all devices on Homey with their current states. |
| homey_get_sensor_readingsA | Get current readings from all sensors (temperature, humidity, motion, etc.) across the home. |
| homey_get_deviceA | Get detailed information about a specific device by ID. |
| homey_find_devices_by_zoneA | List all devices in a specific zone (room or floor). |
| homey_control_lights_in_zoneB | Turn all lights in a specific zone on or off. |
| homey_set_capabilityA | Set a capability value on a device (e.g. turn on/off, dim, target_temperature). |
| homey_list_flowsA | List all standard flows on Homey. |
| homey_list_advanced_flowsB | List all Advanced Flows on Homey. |
| homey_run_flowB | Trigger a specific standard flow. |
| homey_run_advanced_flowB | Trigger a specific Advanced Flow. |
| homey_list_zonesA | List all zones (rooms/floors) and their hierarchy. |
| homey_get_energy_dataB | Get energy consumption logs for devices. |
| homey_get_flowB | Get detailed information about a specific flow. |
| homey_get_flow_foldersA | List the folder structure for flows. |
| homey_get_flow_cardsA | List available flow cards (triggers, conditions, actions) for devices or system. |
| homey_run_flow_card_actionC | Manually execute a specific flow card action. |
| homey_get_device_insightsA | Retrieve historical logs for any device capability over a period. |
| homey_get_device_flow_capabilitiesB | Identify which flow cards are applicable to a specific device. |
| homey_get_live_insightsC | Provides real-time data for specific device capabilities (Dashboard style). |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/decline27/homey-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server