Back to Browse

Sharecut MCP Server

Developer ToolsLow Risk9.9MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Short links you can re-point after printing the QR, with click analytics. Free QR, no key.

About

Short links you can re-point after printing the QR, with click analytics. Free QR, no key.

Remote endpoints: streamable-http: https://sharecut.site/mcp

Security Report

9.9
Low Risk9.9Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

Endpoint verified · Open access · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Optional. ShareCut API key (Business plan), needed only by shorten_url. Leave unset and create_qr still works.Required

Environment variable: SHARECUT_API_KEY

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

sharecut-mcp

MCP server for ShareCut — generate QR codes, create trackable short links, re-point them after the QR is printed, and read their click analytics from Claude, Cursor, or any MCP client.

QR codes, link expansion and short-code checks are free and need no account.

Install

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 the three free tools still work.

Free tools — no API key, no account

ToolWhat it does
create_qrRenders any URL or text as a QR code: SVG, plus a PNG data URL with format: "png", and an optional hex color. The code is static — the destination is baked into the pattern, so once printed it points there forever.
expand_short_linkResolves a sharecut.site short link to its real destination and click count, without opening it.
check_short_codeTells you whether a custom short code is still free before you try to claim it.

Tools that need an API key

The interesting half. All of them act on the account the key belongs to.

update_link — the reason this server exists

Changes where an existing short link points. A ShareCut QR encodes the short link, not the destination, so re-pointing the link redirects every copy already printed, shared or stuck on a wall — and the click history comes along.

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; this one does.

The short code itself is deliberately immutable here: changing it would break every copy already in circulation.

The rest

ToolWhat it does
shorten_urlCreates a short link plus its QR code. Optional customCode, title and utm. Destinations are screened against Google Safe Browsing.
shorten_urls_bulkUp to 25 links in one call, with per-item results so one bad URL does not discard the rest.
list_linksLists your links with click counts — filter by kind or search term, sort by newest or most clicked.
get_linkDestination, title, clicks, creation date and UTM settings for one link.
get_link_analyticsClicks over time, plus breakdowns by country, device, OS, browser and referrer.
get_link_qrThe QR code of an existing link, using the artwork saved on it (frames, colours, logo) when there is one.
delete_linkPermanent, and it releases the short code. Needs an explicit confirm.
get_accountPlan, entitlements and how much API quota is left this month. Worth calling before a bulk run.

API key

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 new ones reach you without touching your config.

Point SHARECUT_MCP_URL elsewhere to target a different deployment.

Links

MIT

Reviews

No reviews yet

Be the first to review this server!