QR for Agent
Rank #16,288io.github.benswel/qr-for-agent
Dynamic QR codes for AI agents — custom styling, scan tracking, webhooks
QR for Agent is a Model Context Protocol (MCP) server published by benswel. It ranks #16,288 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. QR for Agent is listed across 4 registries — Official MCP, PulseMCP, Glama and Smithery, with 14 tracked versions. It was first listed on Feb 24, 2026 and most recently updated on Jun 9, 2026.
Ranks ahead of 115,758 of 132,046 servers on MCP Toplist.
Use QR for Agent
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add qr-for-agent -e "API_KEY=<your API_KEY>" -e "BASE_URL=<your BASE_URL>" -- npx -y qr-for-agentReplace each placeholder with your own value before saving.
[mcp_servers.qr-for-agent]
command = "npx"
args = ["-y", "qr-for-agent"]
[mcp_servers.qr-for-agent.env]
API_KEY = "<your API_KEY>"
BASE_URL = "<your BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qr-for-agent": {
"command": "npx",
"args": [
"-y",
"qr-for-agent"
],
"env": {
"API_KEY": "<your API_KEY>",
"BASE_URL": "<your BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qr-for-agent": {
"command": "npx",
"args": [
"-y",
"qr-for-agent"
],
"env": {
"API_KEY": "<your API_KEY>",
"BASE_URL": "<your BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"qr-for-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"qr-for-agent"
],
"env": {
"API_KEY": "<your API_KEY>",
"BASE_URL": "<your BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qr-for-agent": {
"command": "npx",
"args": [
"-y",
"qr-for-agent"
],
"env": {
"API_KEY": "<your API_KEY>",
"BASE_URL": "<your BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qr-for-agent": {
"command": "npx",
"args": [
"-y",
"qr-for-agent"
],
"env": {
"API_KEY": "<your API_KEY>",
"BASE_URL": "<your BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.benswel%2Fqr-for-agent)<a href="https://mcptoplist.com/server/io.github.benswel%2Fqr-for-agent"><img src="https://mcptoplist.com/badge/io.github.benswel%2Fqr-for-agent.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries (1 delisted)
benswel
Available versions (14)
| Version | Published |
|---|---|
| 0.12.2 | Jun 9, 2026 |
| 0.11.0 | Mar 2, 2026 |
| 0.10.1 | Mar 2, 2026 |
| 0.10.0 | Mar 2, 2026 |
| 0.9.0 | Mar 2, 2026 |
| 0.8.0 | Mar 2, 2026 |
| 0.7.0 | Mar 2, 2026 |
| 0.6.0 | Mar 2, 2026 |
| 0.5.0 | Mar 2, 2026 |
| 0.4.0 | Feb 28, 2026 |
| 0.3.0 | Feb 27, 2026 |
| 0.2.0 | Feb 27, 2026 |
| 0.1.1 | Feb 24, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains QR for Agent?
- QR for Agent is maintained by benswel, which publishes 1 MCP server (14 total versions) tracked on MCP Toplist.
- Is QR for Agent listed on the Official MCP Registry?
- Yes — QR for Agent is listed on the Official MCP Registry, alongside PulseMCP, Glama and Smithery.
- How many versions does QR for Agent have?
- MCP Toplist tracks 14 versions of QR for Agent, most recently published on Jun 9, 2026.
- Where can I find the source code for QR for Agent?
- The source code for QR for Agent is hosted at github.com/benswel/qr-for-agent-api.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.