sharecut-mcp
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/mcpOder 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.
Links
Dokumentation — https://sharecut.site/p/api/
OpenAPI — https://sharecut.site/openapi.json
Server-Karte — 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