# elrumo/macOS_Big_Sur_icons_replacements | Model Context Protocol (MCP) Server > Replacement icons for popular apps in the style of macOS Big Sur - **Stars**: ⭐ 4,307 - **Language**: CSS - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "macOS_Big_Sur_icons_replacements": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-macOS_Big_Sur_icons_replacements" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "macOS_Big_Sur_icons_replacements": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-macOS_Big_Sur_icons_replacements" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-macOS_Big_Sur_icons_replacements` - **Docker**: `docker run -i --rm mcp/macOS_Big_Sur_icons_replacements`