Dub-links
Toolset for managing short links in Dub

Install

Select a method below to install the server.
Cursor
Claude Code
Claude Desktop
VS Code
Gemini CLI
Codex CLI
Available Tools
dub_upsert_link dub_bulk_update_links dub_bulk_delete_links dub_bulk_create_links dub_update_link dub_delete_link dub_get_link_info dub_get_links_count dub_create_link dub_get_links
Server URL
https://mcp.dub.sh/mcp/dub-links
Raw Configuration
If you have a client that's not listed above, access the raw MCP configuration below. Check out the troubleshooting documentation for more help.
{ "command": "npx", "args": [ "mcp-remote@0.1.25", "https://mcp.dub.sh/mcp/dub-links", "--header", "Mcp-Dub-Token:${MCP_DUB_TOKEN}" ], "env": { "MCP_DUB_TOKEN": "<your-value-here>" } }