# home-assistant/operating-system | Model Context Protocol (MCP) Server > :beginner: Home Assistant Operating System - **Stars**: ⭐ 7,081 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "operating-system": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-operating-system" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "operating-system": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-operating-system" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-operating-system` - **Docker**: `docker run -i --rm mcp/operating-system`