The Unofficial and Awesome Home Assistant MCP Server
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with Home Assistant. Using natural language, control smart home devices, query states, execute services and manage your automations.
Add this to your MCP configuration file:
{
"mcpServers": {
"home-assistant-mcp": {
"args": [
"-y",
"site"
],
"command": "npx"
}
}
}This is a Home Assistant MCP server that provides comprehensive smart home control capabilities. The code follows good security practices with proper environment variable handling, input validation, and authorization patterns. While it requires broad permissions to function as intended for smart home automation, these permissions align with its stated purpose. Package verification found 1 issue.
Scanned 4 files · 5 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!