Skip to main content
Glama
LucaRSdeCo

sharecut-mcp

by LucaRSdeCo

sharecut-mcp

ShareCut 的 MCP 服务器 —— 通过 Claude、Cursor 或任何 MCP 客户端生成二维码并创建可追踪的短链接。

二维码生成完全免费,且无需注册账号。

安装

使用远程服务器,无需安装:

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 或文本渲染为二维码。返回 SVG;如果你指定 format: "png",还会返回 PNG 数据 URL。可选 color 参数,使用十六进制值。

这种二维码是静态的:目标地址被编码在二维码图案本身中,因此一经打印,便永远指向那里。

shorten_url —— 需要 API 密钥

在创建者造一个 ShareCut 短链接,以及一个指向该短链接的二维码。由于二维码编码的是短链接而非最终目标地址,因此你可以在打印之后更改它指向的位置,并且每次扫描都会被记录下来 —— 国家/地区、设备、来源。

这种差异正是关键所在。海报、菜单、名片或产品标签的寿命往往比印刷在其上的 URL 更长;静态的二维码更换场景链接在网站迁移或营销活动变更后无法继续保持,而这种二维码可以。

接收 url 参数,以及一个可选的 customCode。在创建链接之前,目标地址会经过 Google 安全浏览的筛查。

API key

只有 shorten_url 需要 API key. 请在 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