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 off the hallway light"
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
MCP server for controlling Homey Pro smart home systems through the Model Context Protocol.
43 tools and 3 knowledge prompts for device control, automation, monitoring, troubleshooting, and more.
Quick Start
git clone https://github.com/homey-mcp/homey-mcp.git
cd homey-mcp
npm install
npm run buildAuthenticate with your Homey:
npx homey login
npx homey selectAdd to your MCP client config (Kiro, Claude Desktop, Cline, etc.):
{
"mcpServers": {
"homey": {
"command": "node",
"args": ["/path/to/homey-mcp/dist/index.js"]
}
}
}Related MCP server: Enhanced Home Assistant MCP
Authentication
The server supports two authentication methods:
Homey CLI (recommended) — Run npx homey login and npx homey select. The server reads the stored OAuth token from ~/.athom-cli/settings.json automatically.
Local API Key — Create an API key at my.homey.app, then set environment variables:
export HOMEY_ADDRESS=http://192.168.1.x
export HOMEY_TOKEN=your-api-keyTools
Devices
Tool | Description |
| List devices, filter by zone or class |
| Get device details with all capability values |
| Search by name, class, or capability |
| Control a device (on/off, dim, temperature, etc.) |
Zones & Flows
Tool | Description |
| List all zones (rooms/areas) |
| List simple and advanced flows |
| Run a flow |
| Enable or disable a flow |
Logic & Apps
Tool | Description |
| List logic variables |
| Set a variable value |
| List installed apps |
| Restart a Homey app |
| Enable or disable an app |
| Uninstall an app |
Insights & Energy
Tool | Description |
| List available insight logs |
| Get historical sensor data |
| Live power consumption by zone/device |
| Energy report for day/week/month/year |
Weather & Presence
Tool | Description |
| Current weather at Homey's location |
| Hourly weather forecast |
| Home/away status for all users |
| Set your presence or sleep state |
| Homey's configured location |
Alarms & Moods
Tool | Description |
| List all alarms/timers |
| Create or update an alarm |
| Delete an alarm |
| List moods (scenes) per zone |
| Activate a mood in a zone |
Notifications & System
Tool | Description |
| List recent notifications |
| Send a notification |
| System info (version, wifi, hostname) |
Infrastructure & Protocols
Tool | Description |
| List all available device drivers |
| Z-Wave network log for troubleshooting |
| Backup config and last backup time |
| Schedule a new backup |
| LED ring screensaver options |
| Set LED ring screensaver |
| Check for system updates |
| Current API session info |
| Reboot the Homey Pro |
| Memory usage by app/component |
| Storage usage breakdown |
| Set the Homey system name |
Prompts
Built-in knowledge prompts accessible via the MCP prompts API:
Prompt | Description |
| Zone architecture, device naming, protocol tips, energy management, security |
| Diagnosing offline devices, Z-Wave/Zigbee issues, flow debugging, performance |
| Automation patterns, naming conventions, anti-patterns to avoid |
Development
npm run dev # Run with tsx (no build step)
npm run build # Compile TypeScript
npm run lint # ESLint
npm run typecheck # TypeScript strict check
npm start # Run compiled versionTech Stack
TypeScript + Node.js (≥20)
homey-api v3 — Official Homey Web API client
@modelcontextprotocol/sdk v1.26 — MCP server (
registerToolwithToolAnnotations)zod — Parameter validation
License
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.
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/homey-mcp/homey-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server