Unofficial dubco-mcp-server
@Gitmaxd
About Unofficial dubco-mcp-server
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
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"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Unofficial dubco-mcp-server?
An unofficial Model Context Protocol (MCP) server for creating and managing Dub.co short links. It allows AI assistants to create, update, and delete short links through the Dub.co API.
How to use Unofficial dubco-mcp-server?
Install globally via npm install -g dubco-mcp-server or run directly with npx dubco-mcp-server. Set the DUBCO_API_KEY environment variable with your Dub.co API key. Add the server to an MCP-compatible client (e.g., Claude Desktop or Cursor IDE) using the command npx -y dubco-mcp-server and the env configuration. The server provides three tools: create_link, update_link, and delete_link.
Key features of Unofficial dubco-mcp-server
- Create custom short links with your Dub.co domains
- Update existing short links
- Delete short links
- Seamless integration with AI assistants via MCP
Use cases of Unofficial dubco-mcp-server
- An AI assistant generates a short link for a user’s long URL.
- A user asks an assistant to change the destination of an existing short link.
- A user requests deletion of multiple outdated short links through natural language.
FAQ from Unofficial dubco-mcp-server
What are the prerequisites?
Node.js 16.0.0 or higher, a Dub.co account with API access, and an API key from the Dub.co dashboard.
How do I install it?
Install globally via npm install -g dubco-mcp-server, or use npx dubco-mcp-server without installation. Automatic setup via Smithery is also available.
How do I configure the API key?
Set the DUBCO_API_KEY environment variable, for example export DUBCO_API_KEY=your_api_key_here. You can also pass it in the MCP config under env.
Is this server officially supported by Dub.co?
No, this is an unofficial project created by GitMaxd as a learning exercise. It has no affiliation with Dub.co.
Can I use this server with Cursor IDE?
Yes. Follow the Cursor setup steps: add a new MCP server with type "command" and the command env DUBCO_API_KEY=your_api_key_here npx -y dubco-mcp-server. The tools only work in Composer or Agent mode.
Frequently asked questions
What are the prerequisites?
Node.js 16.0.0 or higher, a Dub.co account with API access, and an API key from the Dub.co dashboard.
How do I install it?
Install globally via `npm install -g dubco-mcp-server`, or use `npx dubco-mcp-server` without installation. Automatic setup via Smithery is also available.
How do I configure the API key?
Set the `DUBCO_API_KEY` environment variable, for example `export DUBCO_API_KEY=your_api_key_here`. You can also pass it in the MCP config under `env`.
Is this server officially supported by Dub.co?
No, this is an unofficial project created by GitMaxd as a learning exercise. It has no affiliation with Dub.co.
Can I use this server with Cursor IDE?
Yes. Follow the Cursor setup steps: add a new MCP server with type "command" and the command `env DUBCO_API_KEY=your_api_key_here npx -y dubco-mcp-server`. The tools only work in Composer or Agent mode.
Basic information
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments