MCP Server
Maintained
MIT
io.github.Koneisto/HomeAssistant-Light-MCP MCP Server
io.github.Koneisto/HomeAssistant-Light-MCP
What is the io.github.Koneisto/HomeAssistant-Light-MCP MCP server?
Control Home Assistant lights and scenes. Lights only by design for safety.
How to install io.github.Koneisto/HomeAssistant-Light-MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
HA_URLrequiredHome Assistant URL (e.g., http://192.168.1.100:8123)
HA_TOKENrequiredsecretHome Assistant long-lived access token
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"HomeAssistant-Light-MCP": {
"command": "npx",
"args": [
"-y",
"ha-mcp-server"
],
"env": {
"HA_URL": "<YOUR_HA_URL>",
"HA_TOKEN": "<YOUR_HA_TOKEN>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"HomeAssistant-Light-MCP": {
"command": "npx",
"args": [
"-y",
"ha-mcp-server"
],
"env": {
"HA_URL": "<YOUR_HA_URL>",
"HA_TOKEN": "<YOUR_HA_TOKEN>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"HomeAssistant-Light-MCP": {
"command": "npx",
"args": [
"-y",
"ha-mcp-server"
],
"env": {
"HA_URL": "<YOUR_HA_URL>",
"HA_TOKEN": "<YOUR_HA_TOKEN>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"HomeAssistant-Light-MCP": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ha-mcp-server"
],
"env": {
"HA_URL": "<YOUR_HA_URL>",
"HA_TOKEN": "<YOUR_HA_TOKEN>"
}
}
}
}Claude Code
claude mcp add HomeAssistant-Light-MCP --env HA_URL=<YOUR_HA_URL> --env HA_TOKEN=<YOUR_HA_TOKEN> -- npx -y ha-mcp-serverRelated MCP servers
io.github.Koneisto/no-as-a-service
Maintained
1000+ creative ways to say no. Polite, humorous, professional rejection responses.
0
View repository →JavaScript
MIT