QR Maker MCP
MCP server for QR Maker — generate styled QR codes, manage dynamic short links with click analytics, and reuse branded templates via AI agents
Description
MCP server for QR Maker — generate styled QR codes, manage dynamic short links with click analytics, and reuse branded templates via AI agents
Quick Install
npx @qr-maker/mcp-server
What This MCP Enables
- → Claude Code
- → Cursor / Windsurf
- → Environment Variables
- → Get Your API Key
- → Available Tools (19)
- → QR Code Generation
Installation
### Claude Code
Add to `~/.claude/claude_code_config.json`:
```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.
### Cursor / Windsurf
Add to `.cursor/mcp.json`:
```json
{
"mcpServers": {
"qr-maker": {
"command": "npx",
"args": ["@qr-maker/mcp-server", "--api-key=qk_live_YOUR_API_KEY"]
}
}
}
```
### Environment Variables
Instead of `--api-key`, you can set:
```bash
export QR_MAKER_API_KEY=qk_live_YOUR_API_KEY
export QR_MAKER_API_URL=https://api.qr-maker.io # default
```
Stack & Dependencies
sdk
zod
Related Skills & MCPs
Frequently Asked Questions
What technologies does QR Maker MCP require?
This MCP server requires sdk and zod. Ensure these are available in your environment before configuring it with Claude Code.
How does QR Maker MCP communicate with Claude?
QR Maker MCP uses the stdio transport protocol to communicate with Claude Code via the Model Context Protocol.
How do I install QR Maker MCP?
You can install QR Maker MCP using npx: `npx @qr-maker/mcp-server`. Add it to your Claude Code MCP configuration to start using it.
Is QR Maker MCP free to use?
QR Maker MCP is completely free to use. You can download the configuration or copy it directly from the page.
What capabilities does QR Maker MCP provide?
This MCP server enables Claude to: Claude Code; Cursor / Windsurf; Environment Variables; and 3 more capabilities.