OpenQR
Rank #4,547uk.openqr/qr
Generate, edit and track dynamic (editable) QR codes with scan analytics. Hosted MCP and REST API.
OpenQR is a Model Context Protocol (MCP) server published by sam-moreton. It ranks #4,547 of 132,046 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. OpenQR is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 5 tracked versions. It was first listed on Jun 26, 2026 and most recently updated on Sep 10, 2026.
Ranks ahead of 127,499 of 132,046 servers on MCP Toplist.
Use OpenQR
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http qr https://openqr.uk/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add qr -e "OPENQR_API_KEY=<your OPENQR_API_KEY>" -- npx -y @open-qr/mcpReplace each placeholder with your own value before saving.
[mcp_servers.qr]
url = "https://openqr.uk/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.qr]
command = "npx"
args = ["-y", "@open-qr/mcp"]
[mcp_servers.qr.env]
OPENQR_API_KEY = "<your OPENQR_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://openqr.uk/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"qr": {
"command": "npx",
"args": [
"-y",
"@open-qr/mcp"
],
"env": {
"OPENQR_API_KEY": "<your OPENQR_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qr": {
"url": "https://openqr.uk/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"qr": {
"command": "npx",
"args": [
"-y",
"@open-qr/mcp"
],
"env": {
"OPENQR_API_KEY": "<your OPENQR_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"qr": {
"type": "http",
"url": "https://openqr.uk/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"qr": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@open-qr/mcp"
],
"env": {
"OPENQR_API_KEY": "<your OPENQR_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qr": {
"serverUrl": "https://openqr.uk/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"qr": {
"command": "npx",
"args": [
"-y",
"@open-qr/mcp"
],
"env": {
"OPENQR_API_KEY": "<your OPENQR_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"qr": {
"url": "https://openqr.uk/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"qr": {
"command": "npx",
"args": [
"-y",
"@open-qr/mcp"
],
"env": {
"OPENQR_API_KEY": "<your OPENQR_API_KEY>"
}
}
}
}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/uk.openqr%2Fqr)<a href="https://mcptoplist.com/server/uk.openqr%2Fqr"><img src="https://mcptoplist.com/badge/uk.openqr%2Fqr.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
sam-moreton
Available versions (5)
| Version | Published |
|---|---|
| 1.0.4 | Sep 10, 2026 |
| 1.0.3 | Aug 31, 2026 |
| 1.0.2 | Aug 30, 2026 |
| 1.0.1 | Aug 28, 2026 |
| 1.0.0 | Aug 18, 2026 |
Frequently asked questions
- Who maintains OpenQR?
- OpenQR is maintained by sam-moreton, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is OpenQR listed on the Official MCP Registry?
- Yes — OpenQR is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does OpenQR have?
- MCP Toplist tracks 5 versions of OpenQR, most recently published on Sep 10, 2026.
- Where can I find the source code for OpenQR?
- The source code for OpenQR is hosted at github.com/sam-moreton/openqr.
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.