Skip to main content
Glama
LucaRSdeCo

sharecut-mcp

by LucaRSdeCo

sharecut-mcp

ShareCut 用の MCP サーバー — Claude、Cursor、または任意の MCP クライアントから、QR コードを生成し、トラッキング可能な短縮リンクを作成できます。

QR コードの生成は無料で、アカウントは不要です。

インストール

リモートサーバーなので、インストールするものはありません。

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

または、このパッケージを stdio で実行します。

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

SHARECUT_API_KEY は任意です — 省略しても create_qr は動作します。

Related MCP server: qr-maker

ツール

create_qr — 無料、API キー不要

あらゆる URL またはテキストを QR コードとして描画します。SVG を返し、format: "png" を指定すると PNG データ URL も返します。color は任意で、16 進数の値で指定できます。

このコードは静的です。宛先がパターン自体にエンコードされているため、一度印刷すると、その宛先を指し続けます。

shorten_url — API キーが必要

ShareCut の短縮リンクと、それを指す QR コードを作成します。QR コードは宛先ではなく短縮リンクをエンコードするため、印刷後にリンク先を変更できます。また、すべてのスキャンがカウントされます — 国、デバイス、参照元。

その違いこそがこの機能の核心です。ポスター、メニュー、名刺、商品ラベルは、印刷された URL よりも寿命が長いものです。静的な QR コードはサイト移行やキャンペーン変更に耐えられませんが、このタイプの QR コードは耐えられます。

url と、任意の customCode を受け取ります。リンクが作成される前に、宛先は Google Safe Browsing でチェックされます。

API キー

API キーが必要になるのは shorten_url だけです。sharecut.site/p/profile で作成してください。API アクセスは Business プランに含まれます。作成したキーを SHARECUT_API_KEY として渡します。

プログラムによるサインアップはありません。キーは人が作成します。認証契約の全体は auth.md を参照してください。

仕組み

このパッケージは、https://sharecut.site/mcp への薄い stdio ブリッジです。改行区切りの JSON-RPC をそのエンドポイントへ往復させます。つまり、依存関係ゼロnpx の起動が高速)で、追いかけるアップデートもありません。ツールはサーバー側にあるため、設定に触れることなく変更内容が届きます。

SHARECUT_MCP_URL を別の場所に指定すると、別のデプロイ環境をターゲットにできます。

リンク

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