Skip to content
Cursor

qr code mcp for Cursor

io.github.mrfentmen/qr-code-mcp

Generate QR codes as PNG images locally. No network and no key.

client:Cursor transport:stdio runtime:npm

Install qr code mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "qr-code-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "qr-code-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

qr code mcp in other clients