MCP Directory
Back

hass-mcp

by voska · Python · ★ 304

Control and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.

#ai#anthropic#claude#home-assistant#home-automation#homeassistant#llm#mcp#mcp-server#model-context-protocol#python#smart-home

Install

pip install git+https://github.com/voska/hass-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "hass-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/voska/hass-mcp.git"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) server for Home Assistant integration with Claude and other LLMs. Hass-MCP enables AI assistants like Claude to interact directly with your Home Assistant instance, allowing them to: - Query the state of devices and sensors - Control lights, switches, and other entities - Get summaries of your smart home - Troubleshoot automations and entities - Search for specific entities - Create guided conversations for common tasks - **Entity Management**: Get states, control devices, and search for entities - **Domain Summaries**: Get high-level information about ent…
Read full README on GitHub →

Related ai & ml servers