Rebrandly MCP
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Rebrandly MCPcreate a short link for https://example.com/my-long-article-about-mcp-servers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Rebrandly MCP Tool (Go) - ARCHIVED
This repository has been archived. Rebrandly now provides an official MCP server with expanded capabilities. Please use the official solution instead
Official Rebrandly MCP Server
Rebrandly offers an official MCP server that connects AI assistants like Claude, Gemini, and GitHub Copilot to your Rebrandly account with full-featured support for:
Link Management - Create, update, search, and organize branded short links
Analytics - Access click statistics, geographic data, and device information
Account Management - Workspace administration, teammate management, and domain operations
Quick Start
Add this configuration to your Claude Desktop claude_desktop_config.json:
{
"mcpServers": {
"rebrandly": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--streamableHttp",
"https://mcp.rebrandly.com/v1/mcp",
"--header",
"REBRANDLY_API_KEY:YOUR_API_KEY"
]
}
}
}Replace YOUR_API_KEY with your Rebrandly API key from your account settings.
Documentation
Related MCP server: MCP-NG
About This Repository
This was an early implementation of a Rebrandly MCP server written in Go. It exposed a single create_short_link tool for generating short URLs. The official Rebrandly MCP server supersedes this implementation with a more complete feature set.
License
Licensed under MIT - see LICENSE file.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for progressive tool usage at any scale (see https://klavis.ai)
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides a simple tool to shorten URLs using the CleanURI API, designed to run as a FastMCP server that can be integrated with agent or tool-based systems.14Apache 2.0
- AlicenseNot gradedqualityNot gradedmaintenanceA high-performance Go-based MCP server that provides a microservice architecture for orchestrating diverse tools through gRPC and HTTP/REST APIs. Enables seamless integration of language-agnostic tools including ML capabilities, web search, calculations, and human interaction for intelligent agent workflows.2-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that publishes CLI tools on your machine for discoverability by LLMs71MIT
- AlicenseBqualityBmaintenanceMCP server for opn.onl, the open-source self-hostable URL shortener. Shorten links, read click analytics, generate branded QR codes, and manage links — against the hosted service or your own instance.24482MIT