# guarinogabriel/Mac-CLI | Model Context Protocol (MCP) Server >  macOS command line tool for developers – The ultimate tool to manage your Mac. It provides a huge set of command line commands that automatize the usage of your Mac. - **Stars**: ⭐ 9,075 - **Language**: Shell - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Mac-CLI": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Mac-CLI" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Mac-CLI": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Mac-CLI" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Mac-CLI` - **Docker**: `docker run -i --rm mcp/Mac-CLI`