# grishka/NearDrop | Model Context Protocol (MCP) Server > An unofficial Google Nearby Share/Quick Share app for macOS - **Stars**: ⭐ 6,087 - **Language**: Swift - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "NearDrop": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-NearDrop" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "NearDrop": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-NearDrop" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-NearDrop` - **Docker**: `docker run -i --rm mcp/NearDrop`