mcpbeat Sign in

ReClip MCP Server

by yagyaanshk Your server? Claim it
local only

ReClip runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 11 Sep 2026.

Inspect and download authorized media or precise clips locally with yt-dlp.

Installs / week
pypi · reclip-mcp
0
Stars
0 open issues
11 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 8 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call inspect_media.url → app.py:171, inspect_media.url → app.py:80, inspect_media.url → app.py:89
        result = subprocess.run(cmd, capture_output=True, text=True, timeout=60)
Capabilities

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.

        subprocess.run(["iconutil", "-c", "icns", iconset, "-o", icns_path], check=True)
Builds a file path from a variable make_icons.py:98
            frames[s].save(os.path.join(iconset, f"icon_{n}.png"))

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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 reclip -- uvx reclip-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "reclip": {
      "args": [
        "reclip-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.reclip]
command = "uvx"
args = ["reclip-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "reclip": {
      "args": [
        "reclip-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "reclip": {
      "args": [
        "reclip-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: RECLIP_MCP_DOWNLOAD_DIR (Absolute directory where agent-requested downloads are saved.), RECLIP_MCP_MAX_CLIP_SECONDS (Maximum permitted clip duration in seconds. Defaults to 14400.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to ReClip

same job, measured the same way
LyricPatch
by lyricpatch

Signup-free lyric editing: upload authorized audio, change words, preview, and download.

28 tools answering
YTDL RMCP
by dinglebear

yt-dlp search, download, metadata, delivery, and Plex workflows over MCP and CLI.

64 installs/wk local only
CSV MCP
by mrfentmen

Parse, filter, and inspect CSV data locally. No network and no key.

local only
C
Image
by yaktool

Compress, convert and resize images locally, with marketplace presets and rule rechecks.

47 installs/wk local only
PropFácil
by jonatanvazquez

Search authorized real estate in Mexico and manage favorites and publishing with OAuth.

13 tools answering
Sapiom
by sapiom

Local Sapiom developer MCP for authoring, testing, deploying, and inspecting agents.

350 installs/wk local only
Image Tools MCP
by mrfentmen

Resize, compress, and inspect local images. No network and no key.

local only
Noun MCP
by alisaitteke

Production MCP server for The Noun Project — search & download icons in Cursor/Claude with OAuth…

462 installs/wk local only

ReClip — questions

Answers built from our own checks of this server.

Why is there no uptime for ReClip?
ReClip 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 pypi package reclip-mcp.
How do I connect ReClip?
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 reclip-mcp straight from pypi; nothing to host, nothing to sign up for.
Is ReClip open source?
Yes — it is published under the MIT licence, written in Python 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.