# dockur/macos | Model Context Protocol (MCP) Server > MacOS inside a Docker container. - **Stars**: ⭐ 21,387 - **Language**: Shell - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "macos": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-macos" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "macos": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-macos" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-macos` - **Docker**: `docker run -i --rm mcp/macos`