ha-mcp-readonly

paulomac1000/ha-mcp-readonly
★ 0 stars Python 📦 Other Updated 1d ago
Homeassistant MCP server with readonly functions
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ha-mcp-readonly": {
      "command": "uvx",
      "args": [
        "ha-mcp-readonly"
      ]
    }
  }
}

Or install with pip: pip install ha-mcp-readonly