Skip to main content
Glama

Dub.co MCP 服务器

铁匠徽章 MCP 兼容 许可证:MIT

用于与Dub.co链接缩短器 API 交互的 MCP 服务器。此服务器允许 AI 代理通过您的 Dub.co 帐户创建、更新和管理短链接。

特征

  • 使用自定义 slug 创建短链接

  • 更新现有的短链接

  • 插入链接(创建或更新)

  • 删除链接

  • 自动域选择

Related MCP server: Linkly MCP Server

安装

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 Dub.co Link Shortener Server:

npx -y @smithery/cli install @Gitmaxd/dubco-mcp-server --client claude

先决条件

  • Node.js 18 或更高版本

  • 具有 API 访问权限的 Dub.co 帐户

  • 来自 Dub.co 的 API 密钥

选项 1:通过 NPM 安装(推荐)

npm install -g dubco-mcp-server

然后将以下内容添加到您的 MCP 配置中:

{
  "mcpServers": {
    "dubco-server": {
      "command": "dubco-mcp-server",
      "env": {
        "DUBCO_API_KEY": "your_api_key_here"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

选项 2:克隆并构建

# Clone the repository
git clone https://github.com/Gitmaxd/dubco-mcp-server.git
cd dubco-mcp-server

# Install dependencies
npm install

# Build the project
npm run build

然后将以下内容添加到您的 MCP 配置中:

{
  "mcpServers": {
    "dubco-server": {
      "command": "node",
      "args": ["/path/to/dubco-mcp-server/build/index.js"],
      "env": {
        "DUBCO_API_KEY": "your_api_key_here"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

获取 Dub.co API 密钥

  1. 登录您的Dub.co帐户

  2. 转到您的工作区设置

  3. 导航到“API”部分

  4. 生成新的 API 密钥

用法

一旦安装并配置完成,MCP 服务器将向 AI 代理提供以下工具:

创建链接

在 dub.co 上创建一个新的短链接。

{
  "url": "https://example.com",
  "key": "example",  // optional
  "domain": "your-domain.com",  // optional
  "externalId": "123"  // optional
}

更新链接

更新 dub.co 上现有的短链接。

{
  "linkId": "link_id_here",
  "url": "https://new-example.com",  // optional
  "domain": "new-domain.com",  // optional
  "key": "new-slug"  // optional
}

upsert_link

在 dub.co 上创建或更新短链接。

{
  "url": "https://example.com",
  "key": "example",  // optional
  "domain": "your-domain.com",  // optional
  "externalId": "123"  // optional
}

删除链接

删除 dub.co 上的短链接。

{
  "linkId": "link_id_here"
}

执照

麻省理工学院

Install Server
A
license - permissive license
B
quality
D
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
    D
    maintenance
    Enables AI assistants to create, manage, and analyze short URLs through complete URL shortening functionality. Supports batch operations, custom domains, click statistics, and comprehensive link management.
    6
    17
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables interaction with Linkly's URL shortener and link management platform. Supports creating and managing short links, viewing analytics, configuring custom domains and webhooks, and exporting click data.
    20
    55
    1
    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
    54
    1
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    Enables AI assistants to interact with a Shlink URL shortening instance, allowing creation, listing, retrieval, and deletion of short URLs, as well as tag management.
    5
    3
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Create and manage short links, track clicks, and automate URL management

  • Create short links, QR codes, UTM templates, vCards, and landing pages from your AI assistant.

  • AI agent website builder. Create and publish link-in-bio sites via MCP or REST API.

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/Gitmaxd/dubco-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server