Enke
FreeNot checkedMCP server for en.ke link management enabling AI agents to shorten URLs, manage links, and view analytics.
About
MCP server for en.ke link management enabling AI agents to shorten URLs, manage links, and view analytics.
README
Model Context Protocol server for en.ke — secure link tools for AI agents.
Exposes en.ke link management as MCP tools. Two transport modes: local stdio (Claude Desktop, Cursor) and remote SSE (HTTP).
Quick Start
Local (Claude Desktop)
{
"mcpServers": {
"enke": {
"command": "npx",
"args": ["-y", "enke-mcp-server"]
}
}
}
Requires enke login first (shared auth with enke CLI).
Remote (SSE)
ENKE_API_KEY=xxx npx enke-mcp-server
# SSE endpoint: http://localhost:3100/sse
Tools
| Tool | Description |
|---|---|
shorten_url |
Create a short link from a URL |
list_links |
List all short links |
get_link_stats |
Click analytics (daily, referrers, geo, devices) |
delete_link |
Revoke a short link |
update_link |
Modify slug, password, expiration, webhook |
create_landing |
Create a landing page with multiple links |
Auth
- Local mode: Reads
~/.enke/config.json(created byenke login) - Remote mode:
ENKE_API_KEYenv var orAuthorization: Bearer <token>header
License
MIT
Install Enke in Claude Desktop, Claude Code & Cursor
unyly install enkeInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add enke -- npx -y enke-mcp-serverFAQ
Is Enke MCP free?
Yes, Enke MCP is free — one-click install via Unyly at no cost.
Does Enke need an API key?
No, Enke runs without API keys or environment variables.
Is Enke hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Enke in Claude Desktop, Claude Code or Cursor?
Open Enke on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Enke with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
