Home Assistant MCP
Rank #9,222io.github.Coolver/home-assistant-mcp
MCP server providing home-assistant-mcp capabilities
Home Assistant MCP is a Model Context Protocol (MCP) server published by Coolver. It ranks #9,222 of 115,591 servers tracked on MCP Toplist, and its repository has 56 GitHub stars. Home Assistant MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Nov 8, 2025 and most recently updated on Dec 8, 2025.
Ranks ahead of 106,369 of 115,591 servers on MCP Toplist.
Use Home Assistant MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add home-assistant-mcp -e "HA_AGENT_URL=<your HA_AGENT_URL>" -e "HA_AGENT_KEY=<your HA_AGENT_KEY>" -- npx -y @coolver/home-assistant-mcpReplace each placeholder with your own value before saving.
[mcp_servers.home-assistant-mcp]
command = "npx"
args = ["-y", "@coolver/home-assistant-mcp"]
[mcp_servers.home-assistant-mcp.env]
HA_AGENT_URL = "<your HA_AGENT_URL>"
HA_AGENT_KEY = "<your HA_AGENT_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"home-assistant-mcp": {
"command": "npx",
"args": [
"-y",
"@coolver/home-assistant-mcp"
],
"env": {
"HA_AGENT_URL": "<your HA_AGENT_URL>",
"HA_AGENT_KEY": "<your HA_AGENT_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"home-assistant-mcp": {
"command": "npx",
"args": [
"-y",
"@coolver/home-assistant-mcp"
],
"env": {
"HA_AGENT_URL": "<your HA_AGENT_URL>",
"HA_AGENT_KEY": "<your HA_AGENT_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"home-assistant-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@coolver/home-assistant-mcp"
],
"env": {
"HA_AGENT_URL": "<your HA_AGENT_URL>",
"HA_AGENT_KEY": "<your HA_AGENT_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"home-assistant-mcp": {
"command": "npx",
"args": [
"-y",
"@coolver/home-assistant-mcp"
],
"env": {
"HA_AGENT_URL": "<your HA_AGENT_URL>",
"HA_AGENT_KEY": "<your HA_AGENT_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"home-assistant-mcp": {
"command": "npx",
"args": [
"-y",
"@coolver/home-assistant-mcp"
],
"env": {
"HA_AGENT_URL": "<your HA_AGENT_URL>",
"HA_AGENT_KEY": "<your HA_AGENT_KEY>"
}
}
}
}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.Coolver%2Fhome-assistant-mcp)<a href="https://mcptoplist.com/server/io.github.Coolver%2Fhome-assistant-mcp"><img src="https://mcptoplist.com/badge/io.github.Coolver%2Fhome-assistant-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
Coolver
Other servers by Coolver
View all Coolver servers →Available versions (2)
| Version | Published |
|---|---|
| 3.2.12 | Dec 8, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Home Assistant MCP?
- Home Assistant MCP is maintained by Coolver, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Home Assistant MCP listed on the Official MCP Registry?
- Yes — Home Assistant MCP is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Home Assistant MCP have?
- MCP Toplist tracks 2 versions of Home Assistant MCP, most recently published on Dec 8, 2025.
- Where can I find the source code for Home Assistant MCP?
- The source code for Home Assistant MCP is hosted at github.com/coolver/home-assistant-mcp.