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.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"dubco": {
"env": {
"DUBCO_API_KEY": "your_api_key_here"
},
"args": [
"-y",
"dubco-mcp-server"
],
"command": "npx",
"disabled": false,
"autoApprove": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server for creating and managing Dub.co short links (unofficial). This server enables AI assistants to create, update, and delete short links through the Dub.co API.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@Gitmaxd/dubco-mcp-server-npm' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @Gitmaxd/dubco-mcp-server-npm against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in marketing
DataForSEO API modelcontextprotocol server
一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力
MCP server for the PostFast API — schedule and manage social media posts via AI tools
Google Ads MCP with MCC support: 35 tools for campaigns, keywords, reporting, GAQL.
MCP Security Weekly
Get CVE alerts and security updates for Dubco Mcp Server Npm and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server for creating and managing Dub.co short links (unofficial). This server enables AI assistants to create, update, and delete short links through the Dub.co API.
To install Dub.co MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @Gitmaxd/dubco-mcp-server-npm --client claude
npm install -g dubco-mcp-server
npm install dubco-mcp-server
npx dubco-mcp-server
This MCP server requires a Dub.co API key to function. You can get your API key from the Dub.co dashboard.
Set the API key as an environment variable:
export DUBCO_API_KEY=your_api_key_here
For persistent configuration, add this to your shell profile (e.g., .bashrc, .zshrc):
echo 'export DUBCO_API_KEY=your_api_key_here' >> ~/.zshrc
Cursor IDE provides native support for MCP servers. Follow these steps to set up the dubco-mcp-server in Cursor:
If you haven't already, download and install Cursor IDE (version 0.4.5.9 or later).
Cmd+, (Mac) or Ctrl+, (Windows/Linux)env DUBCO_API_KEY=your_api_key_here npx -y dubco-mcp-server
(Replace your_api_key_here with your actual Dub.co API key)After adding the MCP server, you should see a green status indicator next to the server name. If it shows a red or yellow status, try:
The dubco-mcp-server provides tools that can be used with Cursor's AI features:
This server provides tools that can be used by AI assistants through the Model Context Protocol. To use it with an MCP-compatible AI assistant, add it to your MCP configuration.
{
"mcpServers": {
"dubco": {
"command": "npx",
... [View full README on GitHub](https://github.com/Gitmaxd/dubco-mcp-server-npm#readme)