Merge pull request #1 from smithery-ai/add-smithery

This commit is contained in:
Tevon Strand-Brown
2024-12-24 15:19:19 -08:00
committed by GitHub

View File

@@ -1,5 +1,7 @@
# A Model Context Protocol Server for Home Assistant
[![smithery badge](https://smithery.ai/badge/@strandbrown/homeassistant-mcp)](https://smithery.ai/server/@strandbrown/homeassistant-mcp)
The server uses the MCP protocol to share access to a local Home Assistant instance with an LLM application.
More about MCP here: https://modelcontextprotocol.io/introduction
@@ -8,6 +10,16 @@ More about Home Assistant here: https://www.home-assistant.io
## Usage
### Installing via Smithery
To install Home Assistant Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@strandbrown/homeassistant-mcp):
```bash
npx -y @smithery/cli install @strandbrown/homeassistant-mcp --client claude
```
### Manual Installation
First build the server
```