sharecut-mcp
sharecut-mcp
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.
Install
Remote server, nothing to install:
claude mcp add --transport http sharecut https://sharecut.site/mcpOr run this package over stdio:
npx sharecut-mcp{
"mcpServers": {
"sharecut": {
"command": "npx",
"args": ["-y", "sharecut-mcp"],
"env": { "SHARECUT_API_KEY": "sc_live_..." }
}
}
}SHARECUT_API_KEY is optional — leave it out and create_qr still works.
Related MCP server: qr-maker
Tools
create_qr — free, no API key
Renders 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 key
Creates 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.
API key
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.
How it works
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.
Links
Documentation — https://sharecut.site/p/api/
OpenAPI — https://sharecut.site/openapi.json
Server card — https://sharecut.site/.well-known/mcp/server-card.json
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceDynamic QR code platform for AI agents. Create, customize, and track QR codes without regenerating images. 37 tools covering 11 QR types (URL, vCard, WiFi, event…).372MIT
- AlicenseAqualityDmaintenanceGenerate styled QR codes, manage dynamic short links with click analytics, and publish micro-landing pages via AI agents.19561MIT
- AlicenseNot gradedqualityDmaintenanceQrVerloz lets AI agents create QR codes instantly — no account needed, active for 90 days, and claimable at any time to make them permanent. Retarget the destination URL whenever you need, without reprinting.3MIT
- AlicenseAqualityCmaintenanceGenerates QR code PNG images from text or URLs with customizable options like size, color, and error correction level.1MIT
Related MCP Connectors
Create and manage trackable QR codes with scan tracking, analytics, and dynamic URL updates.
Create and manage short links, track clicks, and automate URL management
Create and manage CodeQR short links, QR codes, and analytics from any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LucaRSdeCo/sharecut-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server