All MCP servers

Ha Mcp

Official
by Api.AirforcestdioAI & LLM Tools03,321MIT

Comprehensive Model Context Protocol server for managing Home Assistant through AI assistants.

mcpopen-sourceai-llm-tools

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "ha-mcp-impe574b": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}