Servers
Model Context Protocol Server for Home Assistant
@tevonsb
A MCP server for Home Assistant
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"homeassistant-mcp": {
"command": "docker",
"args": [
"compose",
"up",
"-d"
]
}
}
}