Free QR codes with no API key, plus short links whose printed QR can be re-pointed later.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
MCP server for ShareCut โ generate QR codes and create trackable short links from Claude, Cursor, or any MCP client.
QR code generation is free and needs no account.
Remote server, nothing to install:
Or run this package over stdio:
SHARECUT_API_KEY is optional โ leave it out and create_qr still works.
create_qr โ free, no API keyRenders any URL or text as a QR code. Returns SVG, and a PNG data URL if you ask
for format: "png". Optional color as a hex value.
The code is static: the destination is encoded in the pattern itself, so once it is printed it points there forever.
shorten_url โ requires an API keyCreates a ShareCut short link and a QR code that points at it. Because the QR encodes the short link rather than the destination, you can change where it goes after it has been printed, and every scan is counted โ country, device, referrer.
That difference is the whole point. A poster, a menu, a business card or a product label outlives the URL printed on it; a static QR does not survive a site migration or a campaign change, and this one does.
Takes url and an optional customCode. Destinations are screened against Google
Safe Browsing before a link is created.
Only shorten_url needs one. Create it at
sharecut.site/p/profile โ API access is part of
the Business plan โ then pass it as SHARECUT_API_KEY.
There is no programmatic sign-up: a person creates the key. See auth.md for the full authentication contract.
This package is a thin stdio bridge to https://sharecut.site/mcp. It moves
newline-delimited JSON-RPC to that endpoint and back, which means zero
dependencies (fast npx start) and no upgrades to chase: the tools live on the
server, so changes reach you without touching your config.
Point SHARECUT_MCP_URL elsewhere to target a different deployment.
MIT
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/sharecut-qr-short-links)<a href="https://allmcps.com/mcp/sharecut-qr-short-links"><img src="https://allmcps.com/api/badge/sharecut-qr-short-links?style=directory" alt="ShareCut QR & Short Links on AllMCPs" /></a>