Homey MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Homey MCP Serverturn on living room lights"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Homey MCP Server
This is an MCP server for Homey (by Athom) that allows AI agents to control smart home devices, trigger flows, and query zones.
Prerequisites
Homey Pro or Homey Cloud
Homey Personal Access Token (API Key). You can create one in the Homey Web App under
Settings → API Keys.
Related MCP server: MCP Server for Homey API
Installation
Clone or copy this directory.
Run
npm install.Create a
.envfile based on.env.example:HOMEY_TOKEN=your_token_here
Usage
Connecting with Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"homey": {
"command": "node",
"args": ["/Users/XX/.gemini/antigravity/scratch/homey-mcp/index.js"],
"env": {
"HOMEY_TOKEN": "YOUR_TOKEN_HERE"
}
}
}
}Connecting with ChatGPT Desktop
ChatGPT (macOS/Windows) supports MCP servers via Developer Mode.
Open ChatGPT Desktop.
Go to Settings → Apps → Advanced settings.
Enable Developer Mode.
Click Create app (or "Add App") and configure a connection:
Name: Homey
URL:
http://localhost:3000(if running locally as an HTTP/SSE server) or use the Claude-style local command if supported in your version.
NOTEChatGPT currently primarily supports MCP overSSE (HTTP). To use this as a local command-line tool like in Claude, you may need a bridge or for ChatGPT to fully roll out stdio support.
Connecting with ChatGPT (Web/Custom GPTs)
To use Homey MCP in the ChatGPT web interface:
You must host this MCP server on a public URL (e.g., via
ngrokor a VPS).Use the Actions feature in a Custom GPT to connect to your MCP server's OpenAPI spec or SSE endpoint.
Available Tools (19 Total)
🏠 Devices & Control
homey_list_devices: List all devices with their current states (ID, Name, Zone, Class, Capabilities).homey_get_device: Get full details for a single device by its ID.homey_get_sensor_readings: Get current readings from all sensors (temperature, humidity, motion, etc.) across the home.homey_find_devices_by_zone: List all devices in a specific room or floor.homey_control_lights_in_zone: Bulk control for all lights in a specific zone (Turn on/off).homey_set_capability: Set a specific capability value (e.g.,onoff,dim,target_temperature).
🚀 Flows & Automation
homey_list_flows: List all standard flows.homey_list_advanced_flows: List all Advanced Flows.homey_run_flow: Trigger a standard flow by its ID.homey_run_advanced_flow: Trigger an Advanced Flow by its ID.homey_get_flow: Get full configuration details for a specific flow.homey_get_flow_folders: List the folder structure used to organize flows.
📍 Zones
homey_list_zones: List all zones (rooms/floors) and their hierarchy.
🧠 Logic & Flow Cards
homey_get_flow_cards: List available flow cards (triggers, conditions, actions) on the system.homey_run_flow_card_action: Execute a specific flow card action directly without needing a flow.homey_get_device_flow_capabilities: Identify which flow cards are applicable to a specific device.
📊 Data & Insights
homey_get_energy_data: Discover and list available energy/power logs.homey_get_device_insights: Fetch historical data logs for any device capability over a period (today,last7days, etc.).homey_get_live_insights: Access real-time dashboard data for device capabilities.
Troubleshooting
"HomeyAPI.createCloudAPI is not a function"
This usually happens if the Personal Access Token is used without a HOMEY_IP. Ensure you provide HOMEY_IP for Homey Pro local connections. For Homey Cloud, Ensure your token is valid and specifically created for the Web API.
Connection Closed / MCP Error
If the server fails to connect to Homey, it will now start gracefully but return an error message when you try to use a tool. Check the console logs (stderr) for the specific connection error.
Environment Variables
If running via Claude Desktop, ensure the env section in your config contains the correct HOMEY_TOKEN and optionally HOMEY_IP.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBquality-maintenanceEnables interaction with Homey smart home devices through natural language, allowing users to control devices, manage zones, and trigger automation flows.Last updated64
- Alicense-quality-maintenanceEnables AI agents to interact with Homey home automation systems for managing flows, devices, and zones. Perfect for bulk automation tasks like batch renaming flows, organizing them into folders, and managing devices across zones through natural language.Last updated
- Alicense-qualityDmaintenanceEnables AI assistants to interact with Home Assistant smart home devices through natural language. Control devices, manage automations, query entity states, and retrieve historical data across your home automation system.Last updated1MIT
- Alicense-qualityDmaintenanceEnables Claude AI to control and manage Homey Pro smart home devices, flows, and analytics through natural language.Last updated11MIT
Related MCP Connectors
Universal AI API Orchestrator — 1,554 tools, 96 services. One install.
Let AI agents add Yolfi crypto checkout, paylinks, webhooks, and status checks.
Curated knowledge API for AI agents - skill packs, semantic search, validated patterns.
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