@linklee/mcp-server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@linklee/mcp-serverCreate a short link for https://example.com/very-long-url"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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-serverSet your API key:
export LINKLEE_API_KEY=lk_live_your_api_key_hereAvailable Tools
Tool | Description |
| Create a short link |
| List links in workspace |
| Get click analytics |
| List workspace tags |
Configuration
Environment Variable | Default | Description |
| — | API key (required). Create at Dashboard → API Keys |
|
| API base URL |
Examples
"Сократи ссылку https://example.com/very-long-url"
"Покажи аналитику по workspace за последнюю неделю"
"Создай ссылку с UTM-метками для Instagram кампании"
Development
cd mcp-server
npm install
npm run devLicense
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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