← Registry

Content Tools

clipcliper.com

An MCP server for video content processing that transcribes public videos, generates topic chapters, and suggests shareable short-form clips.

1 endpoint3 known toolsFirst detected September 19, 2026Last detected September 19, 2026

ENDPOINT 1

https://clipcliper.com/mcp

No auth detected

MCP server metadata

Name
clipcliper
Version
1.0.0
Capabilities
loggingtools.listChanged
Server instructions

CLIPCLIPER turns a public video link (YouTube, Twitch VOD, Kick VOD, TikTok) into a timestamped transcript, chapters and clip suggestions. Auth: send your CLIPCLIPER license key as "Authorization: Bearer <key>". Minute packs at https://clipcliper.com/mcp: 600 min for USD 9, 3,000 min for USD 29, 12,000 min for USD 79 (one-time, minutes never expire; each video costs one pack minute per started minute; chapters and clip suggestions are free). Desktop hour-pack keys also work: one pack hour per started hour. Without a key each IP can process 3 videos per day of up to 15 minutes. Processing is asynchronous: a tool call waits up to "wait_seconds" and, if the video is still being downloaded or transcribed, returns status "processing". Call the SAME tool again with the SAME url to continue; nothing is charged twice. Results stay cached for 24 hours.

Known tools 3

get_transcript

Download a public video (YouTube, Twitch VOD, Kick VOD, TikTok) and return its full transcript with timestamps (Whisper large-v3).

Inferred read-only
get_chapters

Split a public video into topic chapters (start/end seconds, title, one-line summary) from its transcript.

Inferred read-only
suggest_clips

Find the most shareable moments of a public video for short-form clips: start/end seconds aligned to speech, a hook-style title in the video's language and why it works.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.clipcliper]
url = "https://clipcliper.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "clipcliper": {
      "type": "http",
      "url": "https://clipcliper.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: clipcliper
Remote MCP URL: https://clipcliper.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "clipcliper": {
      "url": "https://clipcliper.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "clipcliper": {
      "type": "http",
      "url": "https://clipcliper.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "clipcliper",
  "transport": "streamable-http",
  "url": "https://clipcliper.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.