@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_hereRelated MCP server: opn-mcp
Available 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
Maintenance
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
- AlicenseAqualityAmaintenanceMCP server for en.ke link management enabling AI agents to shorten URLs, manage links, and view analytics.127MIT
- AlicenseBqualityAmaintenanceMCP 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.24422MIT
- FlicenseAqualityCmaintenanceMCP server for generating consistent UTM-tagged links based on an authoritative, version-controlled UTM specification.1
- Alicense-qualityCmaintenanceMCP 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
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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