Configure and manage MCP server integration for Claude with Home Assistant.
/plugin marketplace add Lobbi-Docs/claude/plugin install home-assistant-architect@claude-orchestration# Home Assistant MCP Command
Configure and manage MCP server integration for Claude with Home Assistant.
## Usage
## Actions
| Action | Description |
|--------|-------------|
| setup | Setup MCP server for Claude |
| status | Check MCP server status |
| test | Test MCP connection |
| tools | List available MCP tools |
| config | Show/update configuration |
## Examples
## Implementation
bash
# Using Docker
docker pull voska/hass-mcp:latest
json
{
"mcpServers": {
"hass-mcp": {
"command": "docker",
"args": ["run", "-i", "--rm", "-e", "HA_URL", "-e", "HA_TOKEN", "vo...