:zap: Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"qrcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-qrcp"
]
}
}
}