Skip to main content
Other Tools and IntegrationsPython

allenporter/mcp-server-home-assistant

Expose all Home Assistant voice intents through a Model Context Protocol Server allowing home control.

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/allenporter/mcp-server-home-assistant

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-home-assistant": {
      "command": "npx",
      "args": [
        "-y",
        "allenporter/mcp-server-home-assistant"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
allenporter