mcpbeat Sign in

Clypt MCP Server

by nelsonjordanme Your server? Claim it
local only

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

Model Context Protocol server for Clypt — submit podcast URLs, receive clips and trailer.

Installs per day peak 8 · avg 4 · +50% w/w
a month agotoday
21
Installs / week
npm · @useclypt/mcp-server
0
Stars
0 open issues
20 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 @useclypt/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clypt": {
      "args": [
        "-y",
        "@useclypt/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clypt]
command = "npx"
args = ["-y", "@useclypt/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "clypt": {
      "args": [
        "-y",
        "@useclypt/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clypt": {
      "args": [
        "-y",
        "@useclypt/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CLYPT_API_KEY (Clypt API key. Get one at https://useclypt.com/developers. Use a clk_test_* sandbox key for free deterministic fixtures.), CLYPT_BASE_URL (Override the Clypt API base URL. Defaults to https://useclypt.com.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Clypt

same job, measured the same way
Wix
by wix

A Model Context Protocol server for Wix AI tools

answering
PubNub MCP Server
by pubnub

PubNub Model Context Protocol MCP Server for Cursor and Claude

161 installs/wk local only
Tago Io
by tago-io

Model Context Protocol server for TagoIO data and analytics

33 installs/wk local only
MCP Sitecore Server
by antonytm

A Model Context Protocol server for Sitecore

385 installs/wk local only
Trello MCP Server
by billnobill

Trello Model Context Protocol (MCP) Server for AI Agents

24 installs/wk local only
MCP For API
by appwrite

MCP (Model Context Protocol) server for Appwrite

33 496 installs/wk local only
Esa MCP Server
by koki-develop

A Model Context Protocol (MCP) server for esa.io

46 installs/wk local only
Podman MCP Server
by manusa

A Model Context Protocol (MCP) server for container runtimes (Podman and Docker)

92 installs/wk local only

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 @useclypt/mcp-server was installed 21 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 @useclypt/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Clypt?
The npm package @useclypt/mcp-server was installed 21 times in the last week. Week over week that is +50%. 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.