Dub.co MCP Server

by MCP-Mirror

242 downloads
Not rated
GitHub

About

An MCP server for interacting with the Dub.co link shortener API. It allows AI agents to create, update, and manage short links through your Dub.co account.

Details

Author
MCP-Mirror
Downloads
242
Categories
Other

- Create short links with custom slugs
- Update existing short links
- Upsert links (create or update)
- Delete links
- Automatic domain selection

Install via npm (npm install -g dubco-mcp-server) or clone and build, then add the provided configuration to your MCP config, setting the DUBCO_API_KEY environment variable. Tools include create_link, update_link, upsert_link, and delete_link.

Dub.co MCP Server

MCP Compatible
License: MIT

An MCP server for interacting with the Dub.co link shortener API. This server allows AI agents to create, update, and manage short links through your Dub.co account.

Features

- Create short links with custom slugs
- Update existing short links
- Upsert links (create or update)
- Delete links
- Automatic domain selection

Installation

Prerequisites

- Node.js 18 or higher
- A Dub.co account with API access
- An API key from Dub.co

Option 1: Install via NPM (Recommended)

npm install -g dubco-mcp-server

Then add the following to your MCP configuration:

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

Option 2: Clone and Build

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.