Dynamic QR codes for AI agents — custom styling, scan tracking, webhooks
claude mcp add qr-for-agent -- npx -y qr-for-agent
claude_desktop_config.json
{
"mcpServers": {
"qr-for-agent": {
"command": "npx",
"args": [
"-y",
"qr-for-agent"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"qr-for-agent": {
"command": "npx",
"args": [
"-y",
"qr-for-agent"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"qr-for-agent": {
"command": "npx",
"args": [
"-y",
"qr-for-agent"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"qr-for-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"qr-for-agent"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"qr-for-agent": {
"command": "npx",
"args": [
"-y",
"qr-for-agent"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.benswel--qr-for-agent/reviews or the review_server meta-tool.
POST /mcp