MCP setup (Cursor / VS Code / Claude) 1. Mint a token at https://vome.io/account/api-tokens (GitHub sign-in). 2. Add to ~/.cursor/mcp.json (one entry per HA instance): { "mcpServers": { "ha-home": { "command": "npx", "args": ["-y", "@vortitron/home-assistant-mcp"], "env": { "VOMEHOME_TOKEN": "", "VOMEHOME_INSTANCE_ID": "" } } } } Permissions live on the token (server-side): read-only by default; per-instance ha:write / ha:config and account-wide instances:write are granted per token on the tokens page and revocable any time. Direct mode (no Vome account): set HA_URL + HA_TOKEN instead — see https://github.com/Vortitron/home-assistant-mcp#readme