lnkify
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.
README
<div align="center">
🔗 lnkify CLI
Not just a URL Shortener. Open Source, fully customizable.
Manage your Lnkify links, domains, API keys, and analytics straight from the terminal — and plug Lnkify into any AI agent over MCP.
</div>
Install
npm install -g lnkify
# or run without installing
npx lnkify --help
Requires Node.js >= 22.
Quickstart
# 1. Point at your server (defaults to http://localhost:4000)
lnkify config set url http://localhost:4000
# 2. Authenticate — interactive login...
lnkify login
# ...or use a scoped API key (lf_live_…)
lnkify config set api-key lf_live_xxxxxxxxxxxx
# 3. Create and manage links
lnkify links create https://example.com --slug launch --track
lnkify links list
lnkify resolve launch
lnkify analytics
Connecting to a server
The CLI is local-first (defaults to http://localhost:4000) but talks to any
Lnkify instance, local or remote. The host and credentials are resolved with this
precedence (highest wins):
- Flags —
--url,--api-key - Environment —
LNKIFY_API_URL,LNKIFY_API_KEY - Active profile — selected with
--profile <name>(else the default profile) - Built-in default —
http://localhost:4000
Profiles (multiple servers)
lnkify --profile prod config set url https://links.acme.com
lnkify --profile prod config set api-key lf_live_xxxx
lnkify --profile prod links list # hit prod
lnkify links list # hit local default
Config lives at ~/.config/lnkify/config.json (honors $XDG_CONFIG_HOME) and is
written with 0600 permissions because it holds secrets.
Commands
| Command | Description |
|---|---|
lnkify login / logout / whoami |
Authenticate and inspect the current user |
lnkify config set|get|list |
Manage URL, API key, and profiles |
lnkify links create <target> |
Create a short link (--slug, --title, --track, --domain, --rule) |
lnkify links list |
List links (--search, --take, --skip, --page) |
lnkify links get|update|delete <id> |
Inspect, edit, or remove a link |
lnkify links bulk <create|update|delete> --file |
Bulk import from JSON/CSV (--dry-run) |
lnkify resolve <slug> |
Resolve a slug to its destination |
lnkify analytics |
Aggregate totals and top links |
lnkify domains add|list|verify|rm |
Manage custom domains |
lnkify apikeys create|list|revoke |
Manage API keys |
lnkify mcp serve |
Run the CLI as a stdio MCP server for AI agents |
lnkify mcp install |
Print/write an MCP client config snippet |
Add --json to any command for clean, pipeable machine output:
lnkify links list --json | jq '.items[].lnkify'
AI agents (MCP)
lnkify mcp serve exposes your links as Model Context Protocol tools over stdio, so
agents like Claude can create and manage short links on your behalf using your
configured credentials.
lnkify mcp install --client claude # prints a ready-to-paste config block
Development
pnpm install
pnpm dev # tsup --watch
pnpm build
pnpm test # node:test via tsx
pnpm lint
pnpm typecheck
Contributing
Contributions are welcome — see CONTRIBUTING.md for setup, project layout, and the checks to run before opening a PR.
License
MIT © Mohit Yadav
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。