Interact with the Dub.co API to shorten links, manage custom domains, and track analytics.
An MCP server for interacting with the Dub.co link shortener API. This server allows AI agents to create, update, and manage short links through your Dub.co account.
To install Dub.co Link Shortener Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @Gitmaxd/dubco-mcp-server --client claude
npm install -g dubco-mcp-server
Then add the following to your MCP configuration:
{
"mcpServers": {
"dubco-server": {
"command": "dubco-mcp-server",
"env": {
"DUBCO_API_KEY": "your_api_key_here"
},
"disabled": false,
"autoApprove": []
}
}
}
# Clone the repository
git clone https://github.com/Gitmaxd/dubco-mcp-server.git
cd dubco-mcp-server
# Install dependencies
npm install
# Build the project
npm run build
Then add the following to your MCP configuration:
{
"mcpServers": {
"dubco-server": {
"command": "node",
"args": ["/path/to/dubco-mcp-server/build/index.js"],
"env": {
"DUBCO_API_KEY": "your_api_key_here"
},
"disabled": false,
"autoApprove": []
}
}
}
Once installed and configured, the MCP server provides the following tools to AI agents:
Create a new short link on dub.co.
{
"url": "https://example.com",
"key": "example", // optional
"domain": "your-domain.com", // optional
"externalId": "123" // optional
}
Update an existing short link on dub.co.
{
"linkId": "link_id_here",
"url": "https://new-example.com", // optional
"domain": "new-domain.com", // optional
"key": "new-slug" // optional
}
Create or update a short link on dub.co.
{
"url": "https://example.com",
"key": "example", // optional
"domain": "your-domain.com", // optional
"externalId": "123" // optional
}
Delete a short link on dub.co.
{
"linkId": "link_id_here"
}
MIT
An MCP server for managing tasks with the command-line tool TaskWarrior.
Provides Taiwan national holidays and compensatory workday information. Data is fetched and cached automatically.
Integrate with Google Sheets to read, write, and manage spreadsheet data.
Manages and randomly selects from a list of lunch restaurants, storing choices and visit statistics locally.
A Jira integration that allows LLMs to act as project managers and personal assistants for teams.
A server that facilitates structured, progressive thinking through defined stages.
Notion official MCP server
Access and manage your Roam Research graph via its API.
Interact with the accounting data in your business using our official MCP server
A simple to-do list manager to record, track, and complete daily tasks.