Back to Browse

Hass MCP Server

Developer ToolsLow Risk9.9MCP RegistryLocal
Free

Server data from the Official MCP Registry

MCP server for full Home Assistant control — dashboards, files, automations, add-ons, and more

About

MCP server for full Home Assistant control — dashboards, files, automations, add-ons, and more

Security Report

9.9
Low Risk9.9Low Risk

Valid MCP server (3 strong, 2 medium validity signals). 1 code issue detected. No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

6 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Home Assistant base URL (e.g. http://homeassistant.local:8123)Optional

Environment variable: HA_URL

Home Assistant long-lived access tokenRequired

Environment variable: HA_TOKEN

SSH hostname for file management (optional)Optional

Environment variable: HA_SSH_HOST

SSH port (default: 22)Optional

Environment variable: HA_SSH_PORT

SSH username (must be root)Optional

Environment variable: HA_SSH_USER

Path to SSH private keyOptional

Environment variable: HA_SSH_KEY_PATH

SSH password (alternative to key)Required

Environment variable: HA_SSH_PASSWORD

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-jarahkon-hass-mcp-server": {
      "env": {
        "HA_URL": "your-ha-url-here",
        "HA_TOKEN": "your-ha-token-here",
        "HA_SSH_HOST": "your-ha-ssh-host-here",
        "HA_SSH_PORT": "your-ha-ssh-port-here",
        "HA_SSH_USER": "your-ha-ssh-user-here",
        "HA_SSH_KEY_PATH": "your-ha-ssh-key-path-here",
        "HA_SSH_PASSWORD": "your-ha-ssh-password-here"
      },
      "args": [
        "-y",
        "@jarahkon/hass-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Hass MCP Server - MCP server for full Home Assistant control — dashboards, | MCP Marketplace