/ Diretório / Playground / Home Assistant MCP (robbrad)
● Comunidade robbrad ⚡ Instantâneo

Home Assistant MCP (robbrad)

por robbrad · robbrad/homeassistant-mcp

Home Assistant MCP — 40 tools, 5 endpoints, 13 guided workflows for automation.

Home Assistant MCP — 40 tools, 5 endpoints, 13 guided workflows for automation.

Demo ao vivo

Como fica na prática

homeassistant-mcp-robbrad.replay ▶ pronto
0/0

Instalar

Escolha seu cliente

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "homeassistant-mcp-robbrad": {
      "command": "npx",
      "args": [
        "-y",
        "homeassistant-mcp-robbrad"
      ]
    }
  }
}

Abra Claude Desktop → Settings → Developer → Edit Config. Reinicie após salvar.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "homeassistant-mcp-robbrad": {
      "command": "npx",
      "args": [
        "-y",
        "homeassistant-mcp-robbrad"
      ]
    }
  }
}

Cursor usa o mesmo esquema mcpServers que o Claude Desktop. Config de projeto vence a global.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "homeassistant-mcp-robbrad": {
      "command": "npx",
      "args": [
        "-y",
        "homeassistant-mcp-robbrad"
      ]
    }
  }
}

Clique no ícone MCP Servers na barra lateral do Cline, depois "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "homeassistant-mcp-robbrad": {
      "command": "npx",
      "args": [
        "-y",
        "homeassistant-mcp-robbrad"
      ]
    }
  }
}

Mesmo formato do Claude Desktop. Reinicie o Windsurf para aplicar.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "homeassistant-mcp-robbrad",
      "command": "npx",
      "args": [
        "-y",
        "homeassistant-mcp-robbrad"
      ]
    }
  ]
}

O Continue usa um array de objetos de servidor em vez de um map.

~/.config/zed/settings.json
{
  "context_servers": {
    "homeassistant-mcp-robbrad": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "homeassistant-mcp-robbrad"
        ]
      }
    }
  }
}

Adicione em context_servers. Zed recarrega automaticamente ao salvar.

claude mcp add homeassistant-mcp-robbrad -- npx -y homeassistant-mcp-robbrad

Uma linha só. Verifique com claude mcp list. Remova com claude mcp remove.

Casos de uso

Usos do mundo real: Home Assistant MCP (robbrad)

Get started with Home Assistant MCP (robbrad)

Quando usar: When you want to bring Home Assistant MCP (robbrad) into your Claude workflow.

Fluxo
  1. Install the MCP server in your client (see Install tab).
  2. Authenticate or configure required tokens.
  3. Ask Claude to use the new tools.
    Use Home Assistant MCP (robbrad) to help me with a task.✓ Copiado

Resultado: Claude can interact with Home Assistant MCP (robbrad) directly from your IDE.

Mais

Recursos

📖 Leia o README oficial no GitHub

🐙 Ver issues abertas

🔍 Ver todos os 400+ servidores MCP e Skills