★ 0 stars
JavaScript
🤖 AI/LLM
Updated today
Connect any AI agent (Claude, Cursor, Windsurf) to Homey Pro via the Model Context Protocol — 83 tools for devices, flows, zones, energy, and more
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"homey-mcp-server": {
"command": "npx",
"args": [
"-y",
"weide43/homey-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add homey-mcp-server npx -y weide43/homey-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"homey-mcp-server": {
"command": "npx",
"args": [
"-y",
"weide43/homey-mcp-server"
]
}
}
}