Serversio.github.jarahkon/hass-mcp-server
S

Home Assistant MCP Server

io.github.jarahkon/hass-mcp-server · v1.0.6
▦ npm
v1.0.6npm npm: @jarahkon/hass-mcp-server↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.jarahkon/hass-mcp-server",
  "description": "MCP server for full Home Assistant control — dashboards, files, automations, add-ons, and more",
  "title": "Home Assistant MCP Server",
  "repository": {
    "url": "https://github.com/jarahkon/hass-mcp-server",
    "source": "github"
  },
  "version": "1.0.6",
  "websiteUrl": "https://github.com/jarahkon/hass-mcp-server",
  "icons": [
    {
      "src": "https://raw.githubusercontent.com/jarahkon/hass-mcp-server/main/icon.png",
      "mimeType": "image/png"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@jarahkon/hass-mcp-server",
      "version": "1.0.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Home Assistant base URL (e.g. http://homeassistant.local:8123)",
          "isRequired": true,
          "name": "HA_URL"
        },
        {
          "description": "Home Assistant long-lived access token",
          "isRequired": true,
          "isSecret": true,
          "name": "HA_TOKEN"
        },
        {
          "description": "SSH hostname for file management (optional)",
          "name": "HA_SSH_HOST"
        },
        {
          "description": "SSH port (default: 22)",
          "name": "HA_SSH_PORT"
        },
        {
          "description": "SSH username (must be root)",
          "name": "HA_SSH_USER"
        },
        {
          "description": "Path to SSH private key",
          "name": "HA_SSH_KEY_PATH"
        },
        {
          "description": "SSH password (alternative to key)",
          "isSecret": true,
          "name": "HA_SSH_PASSWORD"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}