Skip to main content
Glama
LinkleePublic

@linklee/mcp-server

Official

@linklee/mcp-server

Model Context Protocol (MCP) server for Linklee — short links, analytics, and QR codes.

Quick Start

With Claude Desktop

Add to ~/.claude/claude_desktop_config.json:

{
  "mcpServers": {
    "linklee": {
      "command": "npx",
      "args": ["@linklee/mcp-server"],
      "env": {
        "LINKLEE_API_KEY": "lk_live_your_api_key_here"
      }
    }
  }
}

With Claude Code

claude mcp add linklee -- npx @linklee/mcp-server

Set your API key:

export LINKLEE_API_KEY=lk_live_your_api_key_here

Related MCP server: opn-mcp

Available Tools

Tool

Description

linklee_create_link

Create a short link

linklee_list_links

List links in workspace

linklee_get_analytics

Get click analytics

linklee_list_tags

List workspace tags

Configuration

Environment Variable

Default

Description

LINKLEE_API_KEY

API key (required). Create at Dashboard → API Keys

LINKLEE_API_URL

https://api.linklee.ru

API base URL

Examples

"Сократи ссылку https://example.com/very-long-url"

"Покажи аналитику по workspace за последнюю неделю"

"Создай ссылку с UTM-метками для Instagram кампании"

Development

cd mcp-server
npm install
npm run dev

License

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    MCP server for en.ke link management enabling AI agents to shorten URLs, manage links, and view analytics.
    12
    7
    MIT
  • A
    license
    B
    quality
    A
    maintenance
    MCP 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.
    24
    42
    2
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    MCP server for generating consistent UTM-tagged links based on an authoritative, version-controlled UTM specification.
    1
  • A
    license
    -
    quality
    C
    maintenance
    MCP server that enables AI agents to manage Lnkify links, domains, API keys, and analytics. Allows creation and resolution of short links through natural language.
    MIT

View all related MCP servers

Related MCP Connectors

  • Official PicSee MCP server for short links, link management, click analytics, and optional OAuth.

  • MCP server for URL shortening and management

  • Official in.bio MCP server: shorten URLs, styled QR codes, and click analytics. No API key needed.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/LinkleePublic/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server