@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-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
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