MCP Server
MCP
Home Assistant MCP Server
MCP server for full Home Assistant control — dashboards, files, automations, add-ons, and more
Install
npx -y @jarahkon/[email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment