Free QR codes with no API key, plus short links whose printed QR can be re-pointed later.
MCPpedia last refreshed this data
io.github.LucaRSdeCo/sharecut-mcp is an MCP server that free QR codes with no API key, plus short links whose printed QR can be re-pointed later. Its tool list has not been published yet over http and stdio, requires no API key, and scores 87/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-lucarsdeco-sharecut-mcp": {
"command": "npx",
"args": [
"-y",
"sharecut-mcp"
]
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Free QR codes with no API key, plus short links whose printed QR can be re-pointed later.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'sharecut-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked sharecut-mcp against OSV.dev.
Click any tool to inspect its schema.
This server is missing a description.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
Transport for TMCP using STDIO
The graph based agentic IDE
Buddhist canon tools: search, passages, cross-canon parallels, dictionaries — all URN-cited.
MCP Security Weekly
Get CVE alerts and security updates for io.github.LucaRSdeCo/sharecut-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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:
claude mcp add --transport http sharecut https://sharecut.site/mcp
Or 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.
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