HA_OC_MCP_Server

EnvillePlease/HA_OC_MCP_Server
★ 0 stars Python 🧠 Memory/Knowledge Updated today
This repository contains a minimal MCP (Model Context Protocol) server that connects to a Home Assistant instance via the homeassistant_api Python client. The server introspects the client’s public API and emits a JSON description of the available methods, parameters, and documentation. The JSON is written to stdout so that an MCP‑compatible client
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_oc_mcp_server": {
      "command": "uvx",
      "args": [
        "ha-oc-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install ha-oc-mcp-server