★ 482 stars
Python
💻 Code/Dev Tools
Updated 1mo ago
Home Assistant MCP server agent. Enable Cursor, VS Code, Claude Code, or any MCP-enabled IDE to help you vibe-code and manage Home Assistant: create and debug automations, design dashboards, tweak themes, modify configs, and deploy changes using natural language
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"home-assistant-vibec": {
"command": "uvx",
"args": [
"home-assistant-vibecode-agent"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add home-assistant-vibec uvx home-assistant-vibecode-agent
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"home-assistant-vibec": {
"command": "uvx",
"args": [
"home-assistant-vibecode-agent"
]
}
}
}
📋 Copy
Or install with pip: pip install home-assistant-vibecode-agent
Topics
claude claudecode copilot-enabled cursor-ai home-assistant-addons home-automaton homeassistant mcp-server mcp-servers vibecoding-tool vscode-extension