Skip to main content
Glama
LucaRSdeCo

sharecut-mcp

by LucaRSdeCo

sharecut-mcp

MCP-Server für ShareCut — generiere QR-Codes und erstelle verfolgbare Short-Links aus Claude, Cursor oder einem beliebigen MCP-Client.

Die QR-Code-Erzeugung ist kostenlos und benötigt kein Konto.

Installation

Remote-Server, nichts zu installieren:

claude mcp add --transport http sharecut https://sharecut.site/mcp

Oder dieses Paket über stdio ausführen:

npx sharecut-mcp
{
  "mcpServers": {
    "sharecut": {
      "command": "npx",
      "args": ["-y", "sharecut-mcp"],
      "env": { "SHARECUT_API_KEY": "sc_live_..." }
    }
  }
}

SHARECUT_API_KEY ist optional — lass ihn weg, und create_qr funktioniert trotzdem.

Related MCP server: qr-maker

Werkzeuge

create_qr — kostenlos, ohne API-Schlüssel

Erstellt aus jeder URL oder jedem Text einen QR-Code. Liefert SVG und — falls gewünscht — eine PNG-Daten-URL mit format: "png". Optional color als Hex-Wert.

Der Code ist statisch: Die Ziel-Adresse ist direkt im Muster codiert. Ein einmal gedruckter Code zeigt daher für immer dorthin.

shorten_url — erfordert einen API-Schlüssel

Erstellt einen ShareCut-Shortlink und einen QR-Code, der darauf zeigt. Da der QR-Code den Shortlink statt des Ziels codiert, kannst du das Ziel auch nach dem Drucken ändern — und jeder Scan wird erfasst: Land, Gerät, Referrer.

Genau das macht den Unterschied. Ein Plakat, eine Speisekarte, eine V/noch — eine Notizkarte oder ein Produktetikett überlebt die gedruckte URL; ein statischer QR-Code übersteht eine Website-Migration oder einen Kampagnenwechsel nicht — dieser dafür schon.

Nimmt url und ein optionales customCode. Ziele werden vor der Link-Erstellung gegen Google Safe Browsing geprüft.

API-Schlüssel

Nur shorten_url braucht einen. Lege ihn unter sharecut.site/p/profile an — API-Zugriff ist Teil des Business-Plans — und gib ihn dann als SHARECUT_API_KEY an.

Es gibt keine programmatische Anmeldung: Eine Person erstellt den Schlüssel. Den vollständigen Authentifizierungsvertrag findest du unter auth.md.

So funktioniert es

Dieses Paket ist eine dünne stdio-Brücke zu https://sharecut.site/mcp. Es rüberträgt zeilengetrenntes JSON-RPC dorthin und zurück — keine Abhängigkeiten (schneller npx-Start) und keine Updates zu pflegen: Die Werkzeuge leben auf dem Server, sodass Änderungen dich erreichen, ohne dass du deine Konfiguration anfassen musst.

Setze SHARECUT_MCP_URL auf eine andere Adresse, um ein anderes Deployment anzusprechen.

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    C
    maintenance
    Dynamic 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…).
    37
    2
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Generate styled QR codes, manage dynamic short links with click analytics, and publish micro-landing pages via AI agents.
    19
    56
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    QrVerloz 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.
    3
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Generates QR code PNG images from text or URLs with customizable options like size, color, and error correction level.
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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