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
Server Config
{
"mcpServers": {
"rebrandly": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--streamableHttp",
"https://mcp.rebrandly.com/v1/mcp",
"--header",
"REBRANDLY_API_KEY:YOUR_API_KEY"
]
}
}
}