Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Dubco Mcp Server

    MCP server for Dub.co link shortener API integration

    0 stars
    JavaScript
    Updated Apr 15, 2025

    Table of Contents

    • Features
    • Installation
    • Installing via Smithery
    • Prerequisites
    • Option 1: Install via NPM (Recommended)
    • Option 2: Clone and Build
    • Getting a Dub.co API Key
    • Usage
    • create_link
    • update_link
    • upsert_link
    • delete_link
    • License

    Table of Contents

    • Features
    • Installation
    • Installing via Smithery
    • Prerequisites
    • Option 1: Install via NPM (Recommended)
    • Option 2: Clone and Build
    • Getting a Dub.co API Key
    • Usage
    • create_link
    • update_link
    • upsert_link
    • delete_link
    • License

    Documentation

    Dub.co MCP Server

    smithery badge

    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

    Installing via Smithery

    To install Dub.co Link Shortener Server for Claude Desktop automatically via Smithery:

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

    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)

    bash
    npm install -g dubco-mcp-server

    Then add the following to your MCP configuration:

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

    Option 2: Clone and Build

    bash
    # 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

    Then add the following to your MCP configuration:

    json
    {
      "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": []
        }
      }
    }

    Getting a Dub.co API Key

    1. Log in to your Dub.co account

    2. Go to your workspace settings

    3. Navigate to the "API" section

    4. Generate a new API key

    Usage

    Once installed and configured, the MCP server provides the following tools to AI agents:

    create_link

    Create a new short link on dub.co.

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

    update_link

    Update an existing short link on dub.co.

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

    upsert_link

    Create or update a short link on dub.co.

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

    delete_link

    Delete a short link on dub.co.

    json
    {
      "linkId": "link_id_here"
    }

    License

    MIT

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k