Back to Apps

Home Assistant Vibecode MCP
Supports UIby coolver
Vibe-code and manage Home Assistant: create automations, design dashboards, and tweak themes using natural language.
0 stars
Works in:CursorVS Code Copilot
Exposes:Tools
What it does
Provides an AI-driven interface to Home Assistant via a two-part architecture: a local MCP server and a dedicated HA Vibecode Agent add-on. It allows AI IDEs to analyze configurations, create complex automations, and manage dashboards programmatically.
Tools
files: File operation tools for managing YAML configs and scripts.system: System-level operations and health checks.dashboard: Programmatic control over Lovelace dashboards, cards, and layouts.automation: Creation and refactoring of intelligent Home Assistant automations.
Installation
{
"mcpServers": {
"home-assistant": {
"command": "npx",
"args": ["-y", "@coolver/home-assistant-mcp@latest"],
"env": {
"HA_AGENT_URL": "http://homeassistant.local:8099",
"HA_AGENT_KEY": "your_api_key_here"
}
}
}
}
Supported hosts
- Cursor
- VS Code Copilot
- Claude Code
Quick install
npx -y @coolver/home-assistant-mcp@latestInformation
- Pricing
- free
- Published
- 7/3/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add the above JSON to ~/.cursor/mcp.jsonClaude Desktop
{
"mcpServers": {
"home-assistant": {
"command": "npx",
"args": ["-y", "@coolver/home-assistant-mcp@latest"],
"env": {
"HA_AGENT_URL": "http://homeassistant.local:8099",
"HA_AGENT_KEY": "your_api_key_here"
}
}
}
}VS Code Copilot
Add to settings.json under github.copilot.chat.mcp.servers





