# jacklandrin/OnlySwitch | Model Context Protocol (MCP) Server > ⚙️ All-in-One menu bar app, hide 💻MacBook Pro's notch, dark mode, AirPods, Shortcuts - **Stars**: ⭐ 5,665 - **Language**: Swift - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "OnlySwitch": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-OnlySwitch" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "OnlySwitch": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-OnlySwitch" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-OnlySwitch` - **Docker**: `docker run -i --rm mcp/OnlySwitch`