Skip to content
Cursor

qr text for Cursor

io.github.ryudi84/qr-text

MCP server for QR code data: URLs, vCards, WiFi configs, events.

client:Cursor transport:stdio runtime:npm

Install qr text in Cursor

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

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

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

qr text in other clients