home-assistant-vibecode-agent
Home Assistant MCP server agent that enables AI to assist in managing Home Assistant automations and configurations.
This agent allows users to describe their automation needs in natural language, enabling AI to analyze their Home Assistant setup, create custom solutions, and deploy them automatically. It also serves as a DevOps tool for users who prefer to manage their automations manually, providing features like log analysis and version control.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"home-assistant-vibecode-agent-1": {
"args": [
"@coolver/home-assistant-mcp"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.