Le Clap MCP Server

An MCP server that exposes the ffmpeg-video-composer engine as agent-callable video tools. Its 6 documented tools cluster into read & search, validate, compose, probe. It runs locally over stdio via the published package.

People connecting media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 23 · #133 OF 155 MAINTAINED MEDIA · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Le Clap

before you install - you'll need

Set LECLAP_MCP_OUTPUT_DIR, LECLAP_MCP_MEDIA_DIR before connecting.

Claude Code

claude mcp add heristop-leclap-packages-leclap-mcp -- npx -y @leclap/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "heristop-leclap-packages-leclap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@leclap/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @leclap/mcp - the @leclap scope differs from the repo owner (heristop); confirm it's the project's official package

registry vendor namespace dev.leclap - domain-verified with the official MCP registry

03 · What Le Clap can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 6 documented tools across read & search, validate, compose, including get_template_schema, validate_template, compose_video, probe_media.

Capability map

Tools grouped from the project's README - what Le Clap lets an agent do.

read & search

1 tool - e.g. The JSON Schema for a template descriptor + a short authoring guide

get_template_schema

Validate

1 tool - e.g. Dry-run an inline descriptor (no render) → { valid, sectionCount, orientation, requiredClips, formFields }

validate_template

Compose

1 tool - e.g. Validate an inline descriptor and render → { outputPath, durationSeconds, sizeBytes, videoCodec, audioCodec, renderId }, plus a resource_link to the mp4

compose_video

Probe

1 tool - e.g. Inspect a local media file → codecs, duration, sample rate, size

probe_media

Render

1 tool - e.g. _(bonus, opt-in)_ Render a composition from your own Remotion project → an mp4 clip for a project_video section

render_remotion_clip

Ping

1 tool - e.g. Liveness check

ping

Latest releases

[email protected] · 2026-08-16

Changed · FFmpegLeclapAdapter is renamed to FFmpegDeviceAdapter. · The adapter drives any injected NativeEngine and imports no app or Expo code, so the old name named the wrong thing. Its siblings - FFmpegNodeAdapter…

@leclap/[email protected] · 2026-08-15

@leclap/[email protected] · 2026-08-15

04 · Who maintains Le Clap

LeClap is maintained by heristop. We track 2 MCP servers from heristop - 1 actively maintained, 23 combined GitHub stars, oldest repo from Dec 2023.

05 · Facts

category
media - ranked #133 of 155 actively-maintained media servers as of 2026-08-25.
release cadence
7 releases in the last 90 days (latest 2026-08-16)
registry
dev.leclap/video (active, first published 2026-08-24)
packages
npm:@leclap/mcp

06 · Le Clap FAQ

Is Le Clap still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 7 releases in the last 90 days. We re-verify nightly.

What can Le Clap do?

An agent gets 6 documented tools across read & search, validate, compose, including get_template_schema, validate_template, compose_video, probe_media.

How do I install Le Clap?

Run `npx -y @leclap/mcp`. The README documents 2 environment variables (LECLAP_MCP_OUTPUT_DIR, LECLAP_MCP_MEDIA_DIR) to set first. Set LECLAP_MCP_OUTPUT_DIR, LECLAP_MCP_MEDIA_DIR before connecting. You can also paste the ready-made client config above.

Does Le Clap run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Le Clap

More media MCP servers · Shots · Gemini · Pixel Surgeon · Drawthings

More TypeScript MCP servers · Cucumberstudio · Batch Review · Heyputer MCP Server · Docs Mint · Cogmemai · see all