Loading MCP server directory, please wait...
MCP server for full Home Assistant control — dashboards, files, automations, add-ons, and more
npx @getmcp/cli add io.github.jarahkon/hass-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
HA_URLHome Assistant base URL (e.g. http://homeassistant.local:8123)
HA_TOKENHome Assistant long-lived access token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jarahkon/hass-mcp-server": {
"command": "npx",
"args": [
"-y",
"@jarahkon/hass-mcp-server"
],
"env": {
"HA_URL": "",
"HA_TOKEN": "",
"HA_SSH_HOST": "",
"HA_SSH_PORT": "",
"HA_SSH_USER": "",
"HA_SSH_KEY_PATH": "",
"HA_SSH_PASSWORD": ""
}
}
}
}