LINKMNGR MCP SERVER

Manage links without leaving the conversation.

Connect LinkMngr to Claude, Cursor, Windsurf, or another MCP-compatible client. Create branded links, manage brands, and ask for performance data where you are already working.

Get started free
01

Create and shorten links

Turn a long URL into a clean branded link, with the domain and slug you want.

02

Ask for analytics

Pull click totals, referrers, countries, devices, and other useful detail without changing tabs.

03

Manage brands and pages

Keep domains, brands, links, and link-in-bio pages organised from the same client.

CONNECTION DETAILS

Connect your client.

Use the endpoint below. Clients that support MCP OAuth discover the sign-in flow automatically, so there is no token copy-and-paste step.

Endpoint
https://mcp.linkmngr.com/mcp
Transport
Streamable HTTP
Authentication
OAuth when your client supports it, or a personal API token as a fallback.

CLIENT SETUP

OAuth-capable clients

Add the LinkMngr MCP URL. Your client should open LinkMngr sign-in and finish setup itself.

https://mcp.linkmngr.com/mcp

Clients that need a token

Add an HTTP MCP server using the same URL and send your personal API token as a bearer token.

{
  "mcpServers": {
    "linkmngr": {
      "type": "http",
      "url": "https://mcp.linkmngr.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_TOKEN" }
    }
  }
}

Create a personal API token in LinkMngr Developers.

COMMON QUESTIONS

Useful before you connect.

What can LinkMngr MCP do?

It can create and manage short links, brands, domains, pages, and their analytics through the tools available to your client.

Which clients work?

Any client with Streamable HTTP MCP support can connect. Claude, Cursor, and Windsurf are common examples.

What if my client does not support OAuth?

Use a personal API token in the Authorization header. You can create one from the Developers area in your LinkMngr account.