What is the QRMint MCP MCP server?
Generate styled QR codes with colors, logos, frames, and batch support
How to install QRMint MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"qrmint-mcp": {
"command": "npx",
"args": [
"-y",
"qrmint-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"qrmint-mcp": {
"command": "npx",
"args": [
"-y",
"qrmint-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"qrmint-mcp": {
"command": "npx",
"args": [
"-y",
"qrmint-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"qrmint-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"qrmint-mcp"
]
}
}
}Claude Code
claude mcp add qrmint-mcp -- npx -y qrmint-mcpRelated MCP servers
Deploy and manage instant HTML sites with paste, upload, and ZIP deploy
View repository →Capture webpage screenshots with format, viewport, and dark mode options
View repository →