Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Enke

FreeNot checked

MCP server for en.ke link management enabling AI agents to shorten URLs, manage links, and view analytics.

GitHubEmbed

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 by enke login)
  • Remote mode: ENKE_API_KEY env var or Authorization: Bearer <token> header

License

MIT

from github.com/zenkeellc/enke-mcp-server

Install Enke in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install enke

Installs 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-server

FAQ

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

Compare Enke with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs