Clipy runs on your own machine — the client starts it, so there is no endpoint to ping. 133 installs a week from npm. Last commit 17 Aug 2026.
Read your Clipy screen recordings: search, transcripts, AI summaries, and key moments with frames.
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
import { chmodSync, closeSync, cpSync, createWriteStream, existsSync, mkdirSync, openSync, readdirSync, readFileSync, readSync, rmSync, statSync } from "node:fs";
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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.
claude mcp add mcp -- npx -y @clipy/mcp
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"@clipy/mcp"
],
"command": "npx"
}
}
}
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@clipy/mcp"]
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"@clipy/mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"@clipy/mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
CLIPY_API_KEY (Clipy API key. Optional — the server reads the credential `clipy login` stores at ~/.config/clipy/config.json. Set this to override it, or for CI where there is no login. Create a key free at https://clipy.online/settings/api-keys), CLIPY_API_URL (Override the Clipy API base URL (defaults to https://clipy.online)).
The author declared them in the registry entry; get the values from the project itself.
Search transcripts and summaries of your meetings, calls, and recordings in Memo AI
Search and read your Laxis meeting transcripts, AI summaries, and participants from Claude.
Zoom Meetings server for meeting search, recordings, transcripts, summaries, and meeting assets.
Search meetings, export summaries and transcripts, and manage recordings from any AI tool.
Read-only access to your RecordX meetings: search transcripts, summaries, action items.
Search your local screen recordings, audio transcripts, and computer activity from screenpipe.
Memoket — access your recording transcripts, summaries, and key takeaways over MCP.
Send AI bots to attend meetings on your behalf. Get recordings, transcripts, and summaries.
Answers built from our own checks of this server.