Servers
Home Assistant MCP Server
@hekmon8
A Model Context Protocol (MCP) server for interacting with Home Assistant. This server provides tools to control and monitor your Home Assistant devices through MCP-enabled applications.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Homeassistant-server-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@hekmon8/Homeassistant-server-mcp",
"--client",
"claude"
]
}
}
}