QRMint MCP for Cursor
io.github.dpozimski/qrmint-mcp
Generate styled QR codes with colors, logos, frames, and batch support
client:Cursor
transport:stdio
runtime:npm
Install QRMint MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"qrmint-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"qrmint-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs