# frenck/awesome-home-assistant | Model Context Protocol (MCP) Server > A curated list of amazingly awesome Home Assistant resources. - **Stars**: ⭐ 8,212 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "awesome-home-assistant": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-home-assistant" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "awesome-home-assistant": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-home-assistant" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-awesome-home-assistant` - **Docker**: `docker run -i --rm mcp/awesome-home-assistant`