Connects Claude to QR Maker's API for generating styled QR codes, managing trackable short links, and publishing micro landing pages. You get 19 tools covering the full workflow: create QR codes with custom colors and logos, spin up short links with click analytics broken down by country and device, save style presets for reuse, and publish HTML landing pages that tie everything together. Supports batch generation for up to 100 codes at once on Pro plans. Useful when you need more than a basic QR generator and want analytics or dynamic content without building your own tracking infrastructure. Requires an API key from qr-maker.io and works over stdio with Claude Desktop, Cursor, or Windsurf.
MCP (Model Context Protocol) server for QR Maker — generate styled QR codes, manage dynamic short links with click analytics, and publish micro-landing pages from any AI assistant.
Add to ~/.claude/claude_code_config.json:
{
"mcpServers": {
"qr-maker": {
"command": "npx",
"args": [
"@qr-maker/mcp-server",
"--api-key=qk_live_YOUR_API_KEY"
]
}
}
}
Restart Claude Code and type /mcp to verify.
Add to .cursor/mcp.json:
{
"mcpServers": {
"qr-maker": {
"command": "npx",
"args": ["@qr-maker/mcp-server", "--api-key=qk_live_YOUR_API_KEY"]
}
}
}
Instead of --api-key, you can set:
export QR_MAKER_API_KEY=qk_live_YOUR_API_KEY
export QR_MAKER_API_URL=https://api.qr-maker.io # default
| Tool | Description |
|---|---|
generate_qr | Generate a styled QR code with custom colors, dots, logos, and frames |
batch_generate | Batch generate up to 100 QR codes (Pro+) |
get_batch_status | Poll batch job status |
| Tool | Description |
|---|---|
create_short_link | Create a tracked short link with click analytics |
list_links | List short links with click counts |
get_link | Get details of a specific short link |
update_link | Update target URL, status, or expiration |
delete_link | Permanently delete a short link |
get_link_analytics | Click analytics — countries, devices, daily breakdown |
| Tool | Description |
|---|---|
create_template | Save a reusable QR style preset |
list_templates | List saved style presets |
update_template | Update a style preset |
delete_template | Delete a style preset |
render_template | Generate QR using a saved style preset |
| Tool | Description |
|---|---|
publish_landing | Publish HTML landing page + short link + QR in one call |
get_landing | Get landing page details |
update_landing | Update landing HTML and re-publish |
| Tool | Description |
|---|---|
get_usage | Check current quota and usage |
get_capabilities | Feature matrix for your plan |
Once connected, try:
npx @modelcontextprotocol/inspector \
npx @qr-maker/mcp-server -- \
--api-key=qk_live_YOUR_KEY
MIT
QR_MAKER_API_KEY*secretYour QR Maker API key from qr-maker.io/app/settings/api-keys
io.github.infoinlet-marketplace/mcp-observability
betterdb-inc/monitor
com.mcparmory/datadog
thotischner/observability-mcp
io.github.tantiope/datadog-mcp
io.github.us-all/datadog