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

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

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