A Cursor plugin repository for QRStuff integrations. It currently packages the QRStuff MCP Server plugin so Cursor can connect to the hosted QRStuff MCP endpoint without manually editing MCP configuration.
This repository is a Cursor multi-plugin repository (qrstuff-cursor-plugins) that currently distributes one plugin:
| Plugin | Description |
|---|---|
qrstuff-mcp-server |
Adds the QRStuff MCP server to Cursor, giving agents access to QRStuff tools for QR code generation and related workflows. |
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 the plugin from the Cursor plugin marketplace once it is listed:
/add-plugin qrstuff-mcp-server
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.