Skip to main content
ClaudeWave

Hosted MCP server for video transcoding and hosting — transcode, host, and get a playable link from one prompt

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/26/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/transcodely/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp": {
      "command": "node",
      "args": ["/path/to/mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/transcodely/mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Transcodely MCP Server

**Video transcoding and hosting for AI agents, over the [Model Context Protocol](https://modelcontextprotocol.io).**

[![smithery badge](https://smithery.ai/badge/transcodely/video)](https://smithery.ai/servers/transcodely/video)

Transcodely is agent-native video infrastructure: transcode, host, and get a playable link back from one natural-language prompt. Connect with one OAuth click — no API key to create or paste — then hand your agent a video URL.

- **Server URL (streamable HTTP):** `https://mcp.transcodely.com/mcp`
- **Product page:** https://www.transcodely.com/mcp
- **Connect guide:** https://www.transcodely.com/docs/guides/mcp
- **Registry identifier:** `com.transcodely/mcp`

> This is the public home of the hosted server: connect instructions, the tool surface, and the registry manifest. The server itself is a hosted service — there is nothing to install or run.

## Connect

**Claude Code**

```bash
claude mcp add --transport http transcodely https://mcp.transcodely.com/mcp
```

Then run `/mcp` inside Claude Code and pick **Authenticate** — your browser opens, you approve, and the tools are live. No Transcodely account yet? One is created for you during authorization.

**claude.ai / Claude desktop** — Settings → Connectors → Add custom connector → `https://mcp.transcodely.com/mcp`.

**Cursor** — add to `~/.cursor/mcp.json`:

```json
{
  "mcpServers": {
    "transcodely": { "type": "http", "url": "https://mcp.transcodely.com/mcp" }
  }
}
```

Any other client that supports remote MCP servers over streamable HTTP works the same way. For headless use (CI, server-side agents), attach a Transcodely API key as a bearer token instead — see the [connect guide](https://www.transcodely.com/docs/guides/mcp).

## Tools (7)

| Tool | Effect |
|---|---|
| `create_video_from_url` | Ingest an `https://` video, transcode it into an adaptive ladder, host it — returns a video that becomes playable when ready |
| `create_job` | Create a transcoding job writing renditions to a storage origin you own |
| `generate_captions` | AI captions (WebVTT) for a hosted video; idempotent per video + language |
| `get_video` | Status, renditions, and the playable link for a hosted video |
| `get_job_status` | Concise job status/progress snapshot, built for polling |
| `list_jobs` | Jobs for the authenticated app, newest first, with pagination |
| `get_usage` | Usage and cost for a billing month, per-line and total, in EUR |

Nothing on this surface deletes or modifies existing data: four tools only read, three create work.

## Try it

1. *"Transcode and host this video and give me a link: https://www.transcodely.com/videos/bbb-30s.mp4"*
2. *"Generate English captions for that video."*
3. *"What's the status of my last job?"*
4. *"How much have I spent on video this month, and which day cost the most?"*

## Auth and guardrails

- OAuth 2.1 with PKCE via browser consent; the server implements RFC 9728 Protected Resource Metadata and RFC 8707 resource indicators.
- Every tool call is scoped to a single Transcodely app and writes the same audit trail as REST calls.
- The MCP server is free to connect; work an agent starts is billed at [the ordinary Transcodely rates](https://www.transcodely.com/pricing). Read-only tools are free to call.

## Manifest

[`server.json`](./server.json) is the manifest published to the official MCP registry.
ai-agentsclaudemcpmcp-servermodel-context-protocolvideo-hostingvideo-transcoding

Lo que la gente pregunta sobre mcp

¿Qué es transcodely/mcp?

+

transcodely/mcp es mcp servers para el ecosistema de Claude AI. Hosted MCP server for video transcoding and hosting — transcode, host, and get a playable link from one prompt Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-25.

¿Cómo se instala mcp?

+

Puedes instalar mcp clonando el repositorio (https://github.com/transcodely/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 transcodely/mcp?

+

Nuestro agente de seguridad ha analizado transcodely/mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene transcodely/mcp?

+

transcodely/mcp es mantenido por transcodely. La última actividad registrada en GitHub es del 2026-08-25, con 0 issues abiertos.

¿Hay alternativas a mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega 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.

Featured on ClaudeWave: transcodely/mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/transcodely-mcp)](https://claudewave.com/repo/transcodely-mcp)
<a href="https://claudewave.com/repo/transcodely-mcp"><img src="https://claudewave.com/api/badge/transcodely-mcp" alt="Featured on ClaudeWave: transcodely/mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a mcp