MCP server: public video link (YouTube, Twitch, Kick, TikTok) to timestamped transcript, chapters and clip suggestions. Hosted by CLIPCLIPER.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
claude mcp add clipcliper-mcp -- npx -y github{
"mcpServers": {
"clipcliper-mcp": {
"command": "npx",
"args": ["-y", "github"]
}
}
}Resumen de MCP Servers
# CLIPCLIPER MCP server
[](https://smithery.ai/servers/clipcliper/clipcliper)
Give your agent a public video link and get back a **timestamped transcript**, **chapters** and
**clip suggestions**. Works with YouTube (videos, shorts, live replays), Twitch VODs, Kick VODs
and TikTok, including the platforms that block datacenter IPs.
The server is hosted: nothing to download or run on GPUs. The video is fetched, transcribed
with Whisper large-v3 and deleted; only the transcript stays, for 24 hours.
## Tools
| Tool | What it does |
|---|---|
| `get_transcript` | Full transcript with timestamps. Formats: `timestamped` (default), `text`, `srt`, `segments` (JSON). |
| `get_chapters` | Topic chapters: `start`, `end`, `title`, one-line `summary`. |
| `suggest_clips` | The most shareable moments for short-form clips: `start`, `end`, hook-style `title`, `reason`. Accepts an editorial `instruction`. |
All three take a `url`. Processing is asynchronous: a call waits up to `wait_seconds`
(default 90) and, if the video is still downloading or transcribing, returns
`status: "processing"`. Call the same tool again with the same url; the job keeps running on
the server and nothing is charged twice. Results are cached for 24 hours per url.
## Connect
Listed on [Smithery](https://smithery.ai/servers/clipcliper/clipcliper) (one-click setup for Claude, Cursor and other clients) and submitted to the Glama registry.
**Remote (recommended)**, Streamable HTTP:
```
https://clipcliper.com/mcp
Authorization: Bearer <your license key>
```
Claude Code:
```bash
claude mcp add --transport http clipcliper https://clipcliper.com/mcp --header "Authorization: Bearer YOUR_KEY"
```
Claude Desktop, Cursor and other clients that take a JSON config (remote):
```json
{
"mcpServers": {
"clipcliper": {
"type": "http",
"url": "https://clipcliper.com/mcp",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}
```
**Local bridge (stdio)** for clients that cannot call a URL directly:
```json
{
"mcpServers": {
"clipcliper": {
"command": "npx",
"args": ["-y", "clipcliper-mcp"],
"env": { "CLIPCLIPER_LICENSE_KEY": "YOUR_KEY" }
}
}
}
```
The bridge is this repository: a ~100-line process that speaks MCP over stdio and forwards
every call to the hosted endpoint with your key. Until the npm package is published you can run
it straight from GitHub: `npx -y github:Inmoprice/clipcliper-mcp`.
## Keys and pricing
- **Without a key**: each IP can process 3 videos per day of up to 15 minutes. Good for trying it.
- **With a key**: minute packs at [clipcliper.com/mcp](https://clipcliper.com/mcp), one-time, minutes never expire:
| Pack | Price | Minutes | Per minute |
|---|---|---|---|
| Starter | USD 9 | 600 | USD 0.015 |
| Pro | USD 29 | 3,000 | USD 0.0097 |
| Scale | USD 79 | 12,000 | USD 0.0066 |
Every video costs one pack minute per started minute of video; chapters and clip suggestions on
a transcribed video are free. The license key is emailed to you right after checkout. Send it
as `Authorization: Bearer <key>` (or `X-License-Key`); it never goes in tool arguments or URLs.
Hour packs of the CLIPCLIPER desktop app also work here (one pack hour per started hour).
## REST
Prefer plain HTTP? The same pipeline is available at
`POST https://clipcliper.com/api/link/transcribe`, `/api/link/chapters` and `/api/link/suggest`
with a JSON body `{"url": "..."}` and the same header. `202` while processing, `200` when done.
## Privacy
- The video file is deleted as soon as the transcript exists; the transcript expires after 24 h.
- No accounts, no cookies. Usage is counted per key (hours) or per IP hash (free tier).
- Questions: support@clipcliper.com
## License
MIT for the code in this repository (the bridge). The hosted service is subject to
[clipcliper.com](https://clipcliper.com)'s terms.
Lo que la gente pregunta sobre clipcliper-mcp
¿Qué es Inmoprice/clipcliper-mcp?
+
Inmoprice/clipcliper-mcp es mcp servers para el ecosistema de Claude AI. MCP server: public video link (YouTube, Twitch, Kick, TikTok) to timestamped transcript, chapters and clip suggestions. Hosted by CLIPCLIPER. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-19.
¿Cómo se instala clipcliper-mcp?
+
Puedes instalar clipcliper-mcp clonando el repositorio (https://github.com/Inmoprice/clipcliper-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar Inmoprice/clipcliper-mcp?
+
Nuestro agente de seguridad ha analizado Inmoprice/clipcliper-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene Inmoprice/clipcliper-mcp?
+
Inmoprice/clipcliper-mcp es mantenido por Inmoprice. La última actividad registrada en GitHub es del 2026-09-19, con 0 issues abiertos.
¿Hay alternativas a clipcliper-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega clipcliper-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/inmoprice-clipcliper-mcp)<a href="https://claudewave.com/repo/inmoprice-clipcliper-mcp"><img src="https://claudewave.com/api/badge/inmoprice-clipcliper-mcp" alt="Featured on ClaudeWave: Inmoprice/clipcliper-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
The fastest path to AI-powered full stack observability, even for lean teams.