Skip to main content
ClaudeWave

MCP server for ShareCut — free QR code generation with no API key, plus trackable short links whose printed QR stays re-pointable.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/25/2026
Install in Claude Code / Claude Desktop
Method: NPX · sharecut-mcp
Claude Code CLI
claude mcp add sharecut-mcp -- npx -y sharecut-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "sharecut-mcp": {
      "command": "npx",
      "args": ["-y", "sharecut-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# sharecut-mcp

MCP server for [ShareCut](https://sharecut.site) — 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:

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

Or run this package over stdio:

```bash
npx sharecut-mcp
```

<details>
<summary>Config file (Claude Desktop, Cursor, …)</summary>

```json
{
  "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.

</details>

## 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](https://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](https://sharecut.site/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

Lo que la gente pregunta sobre sharecut-mcp

¿Qué es LucaRSdeCo/sharecut-mcp?

+

LucaRSdeCo/sharecut-mcp es mcp servers para el ecosistema de Claude AI. MCP server for ShareCut — free QR code generation with no API key, plus trackable short links whose printed QR stays re-pointable. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-24.

¿Cómo se instala sharecut-mcp?

+

Puedes instalar sharecut-mcp clonando el repositorio (https://github.com/LucaRSdeCo/sharecut-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar LucaRSdeCo/sharecut-mcp?

+

Nuestro agente de seguridad ha analizado LucaRSdeCo/sharecut-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene LucaRSdeCo/sharecut-mcp?

+

LucaRSdeCo/sharecut-mcp es mantenido por LucaRSdeCo. La última actividad registrada en GitHub es del 2026-08-24, con 0 issues abiertos.

¿Hay alternativas a sharecut-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega sharecut-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: LucaRSdeCo/sharecut-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/lucarsdeco-sharecut-mcp)](https://claudewave.com/repo/lucarsdeco-sharecut-mcp)
<a href="https://claudewave.com/repo/lucarsdeco-sharecut-mcp"><img src="https://claudewave.com/api/badge/lucarsdeco-sharecut-mcp" alt="Featured on ClaudeWave: LucaRSdeCo/sharecut-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a sharecut-mcp