A Cursor plugin repository for QRStuff integrations. It packages the official QRStuff MCP Server plugin (qrstuff-mcp-server) so Cursor agents can generate and manage QR codes seamlessly via the hosted QRStuff MCP endpoint without manual configuration.
This repository is a Cursor multi-plugin repository (qrstuff-cursor-plugins) that currently distributes:
| Plugin | Description |
|---|---|
qrstuff-mcp-server |
Official QRStuff plugin for Cursor. Connects the QRStuff MCP server so agents can generate and manage QR codes. |
When the plugin is installed, Cursor registers the remote MCP server at https://mcp.qrstuff.ai/mcp as qrstuff.
- Cursor installed and signed in.
Install directly in Cursor using the command palette or chat:
/add-plugin qrstuff-mcp-server
Or open Cursor Settings (Ctrl+, / Cmd+,) → Plugins / Customize → Search for qrstuff → Click Install.
For local development or testing, copy or symlink the plugins/qrstuff-mcp-server directory into Cursor's local plugins directory:
mkdir -p ~/.cursor/plugins/local
ln -s "$(pwd)/plugins/qrstuff-mcp-server" ~/.cursor/plugins/local/qrstuff-mcp-serverRestart Cursor after installing locally so it can discover the plugin.
Once the plugin is installed, the QRStuff MCP server is available to Cursor agents as qrstuff. You can ask Cursor to use QRStuff in natural language, for example:
"Generate a QR code for https://qrstuff.com using QRStuff."
To confirm the server is connected, check Cursor's MCP tools or ask the agent to list available MCP servers. You should see qrstuff in the connected server list.
.
├── .cursor-plugin/
│ └── marketplace.json # Marketplace manifest listing plugins
└── plugins/
└── qrstuff-mcp-server/
├── .cursor-plugin/
│ └── plugin.json # Plugin manifest
├── assets/
│ └── logo.png # Plugin logo
├── mcp.json # MCP server configuration
└── README.md # Plugin-specific documentation
- Plugin not listed: make sure the plugin is installed from the Cursor marketplace or linked into
~/.cursor/plugins/local, then restart Cursor. qrstuffserver not connected: verify thatplugins/qrstuff-mcp-server/mcp.jsonpoints tohttps://mcp.qrstuff.ai/mcpand that Cursor has network access.- Local changes not picked up: restart Cursor after changing plugin manifests or MCP configuration.
For more on how Cursor plugins work, see the official Cursor plugins documentation.
With love from QRStuff.