Unbelieva/quality-qr-mcp
MCP server for creating and managing trackable QR codes. 6 tools, 12 QR types, scan analytics. Hosted at quality-qr.app/api/mcp
Platform-specific configuration:
{
"mcpServers": {
"quality-qr-mcp": {
"command": "npx",
"args": [
"-y",
"quality-qr-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Create and manage trackable QR codes through AI assistants like Claude, Cursor, and any MCP-compatible tool.
Unlike generic QR code generators, Quality QR codes are saved to your account with scan tracking, analytics, and the ability to update destinations without reprinting.
Endpoint: https://quality-qr.app/api/mcp
Sign up at quality-qr.app and generate an API key at Dashboard > Settings > API Keys.
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on Mac):
{
"mcpServers": {
"quality-qr": {
"url": "https://quality-qr.app/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Add to your Cursor MCP settings:
{
"mcpServers": {
"quality-qr": {
"url": "https://quality-qr.app/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}claude mcp add quality-qr --transport http https://quality-qr.app/api/mcp \
--header "Authorization: Bearer YOUR_API_KEY"Ask your AI assistant:
| Tool | Description | |------|-------------| | quality_qr_create | Create a trackable QR code. 12 types: URL, PDF, Menu, App Store, Social, WiFi, vCard, Email, Phone, SMS, Text, Event. Returns an inline SVG. | | quality_qr_list | List your QR codes with optional type filter and pagination. | | quality_qr_get | Get full details of a QR code by ID. | | quality_qr_update | Update destination URL (dynamic types), rename, or enable/disable. | | quality_qr_delete | Perman
Loading reviews...