Skip to content

qrstuff/cursor-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

QRStuff Cursor Plugins

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.

What's in here

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.

Requirements

  • Cursor installed and signed in.

Installation

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-server

Restart Cursor after installing locally so it can discover the plugin.

Usage

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.

Repository structure

.
├── .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

Troubleshooting

  • Plugin not listed: make sure the plugin is installed from the Cursor marketplace or linked into ~/.cursor/plugins/local, then restart Cursor.
  • qrstuff server not connected: verify that plugins/qrstuff-mcp-server/mcp.json points to https://mcp.qrstuff.ai/mcp and 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors