Skip to content
VS Code

QRMint MCP for VS Code

io.github.dpozimski/qrmint-mcp

Generate styled QR codes with colors, logos, frames, and batch support

client:VS Code transport:stdio runtime:npm

Install QRMint MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "qrmint-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "qrmint-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

QRMint MCP in other clients