MCP.so
Sign In
Servers

Unofficial dubco-mcp-server

@Gitmaxd

The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "dubco-mcp-server-npm": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@Gitmaxd/dubco-mcp-server-npm",
        "--client",
        "claude"
      ]
    }
  }
}

More from Other