Generate styled QR codes, manage dynamic short links with analytics, and publish landing pages.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"qr-maker": {
"args": [
"@qr-maker/mcp-server",
"--api-key=qk_live_YOUR_API_KEY"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
MCP server for Mindbox CDP API — customer profiles, orders, segments. 3 tools.
一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力
MCP server for Yandex.Direct API — campaigns, ads, statistics, keywords. Bearer token auth.
MCP Security Weekly
Get CVE alerts and security updates for io.github.QrMakerIO/mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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