Dub.co MCP 服务器
用于与Dub.co链接缩短器 API 交互的 MCP 服务器。此服务器允许 AI 代理通过您的 Dub.co 帐户创建、更新和管理短链接。
特征
使用自定义 slug 创建短链接
更新现有的短链接
插入链接(创建或更新)
删除链接
自动域选择
安装
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 Dub.co Link Shortener Server:
先决条件
Node.js 18 或更高版本
具有 API 访问权限的 Dub.co 帐户
来自 Dub.co 的 API 密钥
选项 1:通过 NPM 安装(推荐)
然后将以下内容添加到您的 MCP 配置中:
选项 2:克隆并构建
然后将以下内容添加到您的 MCP 配置中:
获取 Dub.co API 密钥
登录您的Dub.co帐户
转到您的工作区设置
导航到“API”部分
生成新的 API 密钥
用法
一旦安装并配置完成,MCP 服务器将向 AI 代理提供以下工具:
创建链接
在 dub.co 上创建一个新的短链接。
更新链接
更新 dub.co 上现有的短链接。
upsert_link
在 dub.co 上创建或更新短链接。
删除链接
删除 dub.co 上的短链接。
执照
麻省理工学院
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
使 AI 代理能够通过您的 Dub.co 帐户创建、更新和管理短链接,从而允许创建、修改和删除自定义缩短的 URL。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityEnables AI assistants to download images from URLs and perform basic image optimization tasks.Last updated -2811Apache 2.0
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to create, update, and delete Dub.co short links through the Dub.co API.Last updated -235MIT License
- AsecurityAlicenseAqualityProvides a simple tool to shorten URLs using the CleanURI API, designed to run as a FastMCP server that can be integrated with agent or tool-based systems.Last updated -12Apache 2.0
Rebrandly MCPofficial
-securityAlicense-qualityThis project implements a simple MCP server in Go that exposes a single tool (create_short_link) to generate short URLs using the Rebrandly API.Last updated -MIT License