Skip to main content
Other Tools and IntegrationsTypeScript

tevonsb/homeassistant-mcp

Access Home Assistant data and control devices (lights, switches, thermostats, etc).

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/tevonsb/homeassistant-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "homeassistant-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tevonsb/homeassistant-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
tevonsb