H
Home Assistant
OfficialFeatured
🔧 Utilities
Control your smart home through Home Assistant's official MCP Server integration — query device states, turn things on and off, run scripts and automations, and give your AI live context from your home. Self-hosted: point it at your own instance.
Tags
Tools (5)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"home-assistant": {
"type": "http",
"url": "https://homeassistant.local:8123/mcp_server/sse",
"headers": {
"Authorization": "Bearer your-access-token"
}
}
}
}