What is Dub.co MCP Server: Seamless Scalability & Real-Time Performance?
The Dub.co MCP Server is a specialized tool enabling AI agents to interact with the Dub.co link shortening service. It provides a streamlined interface for managing short links through your Dub.co account, supporting creation, updates, deletions, and more. Built for performance and scalability, it ensures real-time operations without compromising reliability.
How to Use Dub.co MCP Server: Seamless Scalability & Real-Time Performance?
Installation Options
- Quick Setup via npm: Run
npm install -g dubco-mcp-server
and configure your MCP with the provided JSON snippet. - Manual Setup: Clone the repository, install dependencies with npm, then reference the build file in your MCP configuration.
Configuration Steps
Add this block to your MCP config, replacing the API key placeholder:
{
"mcpServers": {
"dubco-server": {
"command": "dubco-mcp-server",
"env": {
"DUBCO_API_KEY": "your_api_key_here"
},
"disabled": false
}
}
}