Homeassistant Light MCP
Rank #47,900io.github.Koneisto/HomeAssistant-Light-MCP
MCP server providing HomeAssistant-Light-MCP capabilities
Homeassistant Light MCP is a Model Context Protocol (MCP) server published by Koneisto. It ranks #47,900 of 132,113 servers tracked on MCP Toplist. Homeassistant Light MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Dec 5, 2025 and most recently updated on Dec 8, 2025.
Ranks ahead of 84,213 of 132,113 servers on MCP Toplist.
Use Homeassistant Light MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add homeassistant-light-mcp -e "HA_URL=<your HA_URL>" -e "HA_TOKEN=<your HA_TOKEN>" -- npx -y ha-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.homeassistant-light-mcp]
command = "npx"
args = ["-y", "ha-mcp-server"]
[mcp_servers.homeassistant-light-mcp.env]
HA_URL = "<your HA_URL>"
HA_TOKEN = "<your HA_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"homeassistant-light-mcp": {
"command": "npx",
"args": [
"-y",
"ha-mcp-server"
],
"env": {
"HA_URL": "<your HA_URL>",
"HA_TOKEN": "<your HA_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"homeassistant-light-mcp": {
"command": "npx",
"args": [
"-y",
"ha-mcp-server"
],
"env": {
"HA_URL": "<your HA_URL>",
"HA_TOKEN": "<your HA_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"homeassistant-light-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ha-mcp-server"
],
"env": {
"HA_URL": "<your HA_URL>",
"HA_TOKEN": "<your HA_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"homeassistant-light-mcp": {
"command": "npx",
"args": [
"-y",
"ha-mcp-server"
],
"env": {
"HA_URL": "<your HA_URL>",
"HA_TOKEN": "<your HA_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"homeassistant-light-mcp": {
"command": "npx",
"args": [
"-y",
"ha-mcp-server"
],
"env": {
"HA_URL": "<your HA_URL>",
"HA_TOKEN": "<your HA_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Koneisto%2FHomeAssistant-Light-MCP)<a href="https://mcptoplist.com/server/io.github.Koneisto%2FHomeAssistant-Light-MCP"><img src="https://mcptoplist.com/badge/io.github.Koneisto%2FHomeAssistant-Light-MCP.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
Koneisto
Other servers by Koneisto
View all Koneisto servers →Available versions (2)
| Version | Published |
|---|---|
| 0.6.1 | Dec 8, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Homeassistant Light MCP?
- Homeassistant Light MCP is maintained by Koneisto, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Homeassistant Light MCP listed on the Official MCP Registry?
- Yes — Homeassistant Light MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Homeassistant Light MCP have?
- MCP Toplist tracks 2 versions of Homeassistant Light MCP, most recently published on Dec 8, 2025.
- Where can I find the source code for Homeassistant Light MCP?
- The source code for Homeassistant Light MCP is hosted at github.com/koneisto/homeassistant-light-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.