# Dub.co (Unofficial) MCP Server

Create, update, and delete short links effortlessly with this server. Integrate seamlessly with AI assistants to manage your Dub.co links through a standardized interface. Enhance your link managemen…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Gitmaxd/dubco-mcp-server-npm

# Browse available tools
npx -y @smithery/cli@latest tool list Gitmaxd/dubco-mcp-server-npm

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Gitmaxd/dubco-mcp-server-npm create_link

# Call a tool
npx -y @smithery/cli@latest tool call Gitmaxd/dubco-mcp-server-npm create_link '{}'
```

## Tools (3)

- `create_link` — Create a new short link on dub.co, asking the user which domain to use
- `update_link` — Update an existing short link on dub.co
- `delete_link` — Delete a short link on dub.co

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Gitmaxd/dubco-mcp-server-npm <tool-name>
```

---

Source: https://github.com/Gitmaxd/dubco-mcp-server-npm
