MCP.so
Sign In

Linkly

@Linkly

About Linkly

Official Linkly MCP server. Create branded short links, track click analytics by country, platform and referrer, manage custom domains and click webhooks — all from Claude, Cursor, Codex or any MCP client. Hosted remote server with OAuth sign-in (no API keys). Works on every Linkly plan, including free.

Connection details

https://mcp.linklyhq.com

Setup

claude mcp add linkly --transport http https://mcp.linklyhq.com

Tools

No tools detected

Fetch the live tool list directly from this server's endpoint using the button above.

Overview

What is Linkly?

Linkly is a URL shortener and link-management platform: branded short links on your own domain, click and conversion tracking, geo and device redirects, link rotators, QR codes, and a full API.

This is the official Linkly MCP server, hosted at https://mcp.linklyhq.com. It gives Claude, Cursor, Codex, ChatGPT and any other MCP client 25 tools over your Linkly workspace.

What you can do

  • Create and manage links — shorten URLs, set custom slugs and domains, add UTM parameters, update destinations, delete or batch-delete
  • Read click analytics — time series, plus breakdowns by country, platform, referrer and destination; export raw click records
  • Manage custom domains — list, add, remove, set favicons
  • Click webhooks — subscribe a URL to click events for a link or the whole workspace

Authentication

OAuth 2.0 (authorization code + PKCE, with dynamic client registration). No API keys — you sign in with your Linkly account and choose a workspace. Works on every Linkly plan, including free.

Connect

{
  "mcpServers": {
    "linkly": { "type": "http", "url": "https://mcp.linklyhq.com" }
  }
}

Or in Claude Code: claude mcp add --transport http linkly https://mcp.linklyhq.com

Linkly is also listed in the Claude connector directory and the official MCP registry (com.linklyhq/linkly).

Frequently asked questions

What is the Linkly remote MCP server?

The Linkly remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.linklyhq.com, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the Linkly MCP server?

Add the endpoint https://mcp.linklyhq.com to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Linkly MCP server require authentication?

Yes. Linkly uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Linkly MCP server use?

Linkly exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

Comments