/ Annuaire / Playground / Home Assistant MCP (robbrad)
● Communauté robbrad ⚡ Instantané

Home Assistant MCP (robbrad)

par 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.

Démo en direct

Aperçu en pratique

homeassistant-mcp-robbrad.replay ▶ prêt
0/0

Installer

Choisissez votre client

~/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"
      ]
    }
  }
}

Ouvrez Claude Desktop → Settings → Developer → Edit Config. Redémarrez après avoir enregistré.

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

Cursor utilise le même schéma mcpServers que Claude Desktop. La config projet l'emporte sur la globale.

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

Cliquez sur l'icône MCP Servers dans la barre latérale Cline, puis "Edit Configuration".

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

Même format que Claude Desktop. Redémarrez Windsurf pour appliquer.

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

Continue utilise un tableau d'objets serveur plutôt qu'une map.

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

Ajoutez dans context_servers. Zed recharge à chaud à la sauvegarde.

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

Une seule ligne. Vérifiez avec claude mcp list. Supprimez avec claude mcp remove.

Cas d'usage

Usages concrets : Home Assistant MCP (robbrad)

Get started with Home Assistant MCP (robbrad)

Quand l'utiliser : When you want to bring Home Assistant MCP (robbrad) into your Claude workflow.

Déroulement
  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.✓ Copié

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

Plus

Ressources

📖 Lire le README officiel sur GitHub

🐙 Voir les issues ouvertes

🔍 Parcourir les 400+ serveurs MCP et Skills