MCP Server
MCP
io.github.Koneisto/HomeAssistant-Light-MCP
Control Home Assistant lights and scenes. Lights only by design for safety.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "ha-mcp-server",
"version": "0.6.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Home Assistant URL (e.g., http://192.168.1.100:8123)",
"isRequired": true,
"format": "string",
"name": "HA_URL"
},
{
"description": "Home Assistant long-lived access token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "HA_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment