# iCHAIT/awesome-macOS | Model Context Protocol (MCP) Server >  A curated list of awesome applications, softwares, tools and shiny things for macOS. - **Stars**: ⭐ 19,008 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "awesome-macOS": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-macOS" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "awesome-macOS": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-awesome-macOS" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-awesome-macOS` - **Docker**: `docker run -i --rm mcp/awesome-macOS`