mcpbeat Sign in

Clypt MCP Server

by bonsai-tech-llc Your server? Claim it
local only

Clypt runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 23 May 2026.

AI-native link intelligence — shorten, track, and manage links from any AI agent

Installs per day peak 23 · avg 8 · -5% w/w
a month agotoday
45
Installs / week
npm · clypt-mcp
0
Stars
0 open issues
23 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Clypt every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add clypt -- npx -y clypt-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clypt": {
      "args": [
        "-y",
        "clypt-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clypt]
command = "npx"
args = ["-y", "clypt-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "clypt": {
      "args": [
        "-y",
        "clypt-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clypt": {
      "args": [
        "-y",
        "clypt-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CLYPT_API_KEY (Your Clypt API key from clypt.io/dashboard/settings). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Clypt

same job, measured the same way
Kordi — Subscription Intelligence
by kordiapp

Track, analyze, and act on your streaming and SaaS subscriptions from any AI agent.

answering
Linkly
by linklyhq

Create and manage short links, track clicks, and automate URL management

25 tools answering
Sinkto.Link
by sinkto

Free URL shortener: manage short links, QR codes and click analytics from AI clients.

answering
CodeQR
by codeqr

Create and manage CodeQR short links, QR codes, and analytics from any MCP client.

answering
Linkly
by mcparmory

Create short links, manage domains, and track click analytics

218 installs/wk local only
Superlist
by superlistapp

Manage Superlist tasks and lists in plain language from any MCP-compatible AI agent.

answering
Coinversaa
by coinversaa

Crypto intelligence for AI agents. Hyperliquid trader analytics, cohorts, and live market data.

90 installs/wk local only
Chat Thing
by chatthing

Build and manage AI-native customer support agents from Claude or any MCP client.

answering

Clypt — questions

Answers built from our own checks of this server.

Why is there no uptime for Clypt?
Clypt runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package clypt-mcp was installed 45 times last week.
How do I connect Clypt?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls clypt-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Clypt?
The npm package clypt-mcp was installed 45 times in the last week. Week over week that is -5%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Clypt open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.