mcp-homeassistant
Rank #54,344io.github.daedalus/mcp-homeassistant
MCP server exposing Home Assistant REST API functionality
mcp-homeassistant is a Model Context Protocol (MCP) server published by daedalus. It ranks #54,344 of 115,591 servers tracked on MCP Toplist. mcp-homeassistant is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 5, 2026 and most recently updated on Apr 5, 2026.
Ranks ahead of 61,247 of 115,591 servers on MCP Toplist.
Use mcp-homeassistant
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-homeassistant -- uvx mcp-homeassistant[mcp_servers.mcp-homeassistant]
command = "uvx"
args = ["mcp-homeassistant"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-homeassistant": {
"command": "uvx",
"args": [
"mcp-homeassistant"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-homeassistant": {
"command": "uvx",
"args": [
"mcp-homeassistant"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-homeassistant": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-homeassistant"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-homeassistant": {
"command": "uvx",
"args": [
"mcp-homeassistant"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-homeassistant": {
"command": "uvx",
"args": [
"mcp-homeassistant"
]
}
}
}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.daedalus%2Fmcp-homeassistant)<a href="https://mcptoplist.com/server/io.github.daedalus%2Fmcp-homeassistant"><img src="https://mcptoplist.com/badge/io.github.daedalus%2Fmcp-homeassistant.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
daedalus
Other servers by daedalus
- mcp-sparql#31,106 · 1 ver
- Mcp_Reverse_Engineering#36,241 · 4 vers
- MCP External Memory#39,453 · 3 vers
- MCP Rfc Editor#39,454 · 3 vers
- MCP Smart Proxy#39,455 · 3 vers
- mcp-hashlib#40,068 · 3 vers
- mcp-sigrok#41,188 · 1 ver
- MCP Ecdsa#44,207 · 2 vers
- MCP Exa#44,208 · 2 vers
- MCP Rpn#44,209 · 2 vers
- MCP Sqlite3#44,210 · 2 vers
- mcp-server-nmap#45,062 · 2 vers
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Apr 5, 2026 |
Frequently asked questions
- Who maintains mcp-homeassistant?
- mcp-homeassistant is maintained by daedalus, which publishes 53 MCP servers (73 total versions) tracked on MCP Toplist.
- Is mcp-homeassistant listed on the Official MCP Registry?
- Yes — mcp-homeassistant is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does mcp-homeassistant have?
- MCP Toplist tracks 1 version of mcp-homeassistant, most recently published on Apr 5, 2026.
- Where can I find the source code for mcp-homeassistant?
- The source code for mcp-homeassistant is hosted at github.com/daedalus/mcp-homeassistant.