Skip to content
Cursor

home assistant mcp for Cursor

io.github.coolver/home-assistant-mcp

Vibecode your Home Assistant setup from your IDE: automations, dashboards, themes and configs

client:Cursor transport:stdio runtime:npm

Install home assistant mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "home-assistant-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@coolver/home-assistant-mcp"
      ],
      "env": {
        "HA_AGENT_URL": "<HA_AGENT_URL>",
        "HA_AGENT_KEY": "<HA_AGENT_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

home assistant mcp in other clients