# claudiodangelis/qrcp | Model Context Protocol (MCP) Server > :zap: Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal. - **Stars**: ⭐ 10,449 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "qrcp": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-qrcp" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "qrcp": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-qrcp" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-qrcp` - **Docker**: `docker run -i --rm mcp/qrcp`