softvoyagers/qrmint-api-mcp
MCP server for QRMint (qrmint.dev) — generate styled QR codes from Claude, Cursor, and any MCP-compatible AI assistant
Platform-specific configuration:
{
"mcpServers": {
"qrmint-api-mcp": {
"command": "npx",
"args": [
"-y",
"qrmint-api-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/qrmint-mcp) [](https://qrmint.dev) [](https://qrmint.dev/health)
> Integrate QRMint into Claude, Cursor, VS Code, and any MCP-compatible AI assistant.
No API key required. Free forever.
QRMint MCP Server is a thin stdio client that connects AI assistants to the QRMint REST API, enabling styled QR code generation directly from your AI workflow.
Add to your MCP client configuration (e.g. claude_desktop_config.json):
{
"mcpServers": {
"qrmint": {
"command": "npx",
"args": ["-y", "qrmint-mcp"]
}
}
}| Tool | Description | |------|-------------| | generate_qr_code | Generate a styled QR code from text or URL with customizable colors, styles, gradients, and frames | | generate_typed_qr | Generate a QR code from structured data (WiFi, vCard, Email, Phone, SMS, Event, EPC, Geo) | | list_qr_types | List all supported QR data types with their required and optional fields | | list_frames | List all available QR code frame templates |
Use generate_qr_code to create a QR code for https://example.comGenerate a QR code for "Hello World" with rounded dots, circle eye shape,
a linear gradient from #ff00aa to #00f0ff, and size 400pxUse generate_typed_qr to create a WiFi QR code with SSID "MyNetwork",
password "secret123", and WPA encryptionCreate a vCard QR code for John Doe, email john@example.com, phone +1234567890What QR code frames are available? Use list_frames to check.Loading reviews...