QR for Agent for Cursor
io.github.benswel/qr-for-agent
Dynamic QR codes for AI agents — custom styling, scan tracking, webhooks
client:Cursor
transport:stdio
runtime:npm
Install QR for Agent in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"qr-for-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"qr-for-agent"
],
"env": {
"API_KEY": "<API_KEY>",
"BASE_URL": "<BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs