LeClap
Rank #9,585dev.leclap/video
Compose and render video from one JSON template. Deterministic, runs locally, no generative model.
LeClap is a Model Context Protocol (MCP) server published by heristop. It ranks #9,585 of 132,113 servers tracked on MCP Toplist, and its repository has 24 GitHub stars. LeClap is listed on Official MCP, with 1 tracked version. It was first listed on Jul 27, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 122,528 of 132,113 servers on MCP Toplist.
Use LeClap
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add video -e "LECLAP_MCP_OUTPUT_DIR=<your LECLAP_MCP_OUTPUT_DIR>" -e "LECLAP_MCP_MEDIA_DIR=<your LECLAP_MCP_MEDIA_DIR>" -e "LECLAP_MCP_RENDER_TIMEOUT_MS=<your LECLAP_MCP_RENDER_TIMEOUT_MS>" -e "LECLAP_MCP_ALLOW_REMOTION=<your LECLAP_MCP_ALLOW_REMOTION>" -e "LECLAP_MCP_REMOTION_ENTRY=<your LECLAP_MCP_REMOTION_ENTRY>" -- npx -y @leclap/mcpReplace each placeholder with your own value before saving.
[mcp_servers.video]
command = "npx"
args = ["-y", "@leclap/mcp"]
[mcp_servers.video.env]
LECLAP_MCP_OUTPUT_DIR = "<your LECLAP_MCP_OUTPUT_DIR>"
LECLAP_MCP_MEDIA_DIR = "<your LECLAP_MCP_MEDIA_DIR>"
LECLAP_MCP_RENDER_TIMEOUT_MS = "<your LECLAP_MCP_RENDER_TIMEOUT_MS>"
LECLAP_MCP_ALLOW_REMOTION = "<your LECLAP_MCP_ALLOW_REMOTION>"
LECLAP_MCP_REMOTION_ENTRY = "<your LECLAP_MCP_REMOTION_ENTRY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"video": {
"command": "npx",
"args": [
"-y",
"@leclap/mcp"
],
"env": {
"LECLAP_MCP_OUTPUT_DIR": "<your LECLAP_MCP_OUTPUT_DIR>",
"LECLAP_MCP_MEDIA_DIR": "<your LECLAP_MCP_MEDIA_DIR>",
"LECLAP_MCP_RENDER_TIMEOUT_MS": "<your LECLAP_MCP_RENDER_TIMEOUT_MS>",
"LECLAP_MCP_ALLOW_REMOTION": "<your LECLAP_MCP_ALLOW_REMOTION>",
"LECLAP_MCP_REMOTION_ENTRY": "<your LECLAP_MCP_REMOTION_ENTRY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"video": {
"command": "npx",
"args": [
"-y",
"@leclap/mcp"
],
"env": {
"LECLAP_MCP_OUTPUT_DIR": "<your LECLAP_MCP_OUTPUT_DIR>",
"LECLAP_MCP_MEDIA_DIR": "<your LECLAP_MCP_MEDIA_DIR>",
"LECLAP_MCP_RENDER_TIMEOUT_MS": "<your LECLAP_MCP_RENDER_TIMEOUT_MS>",
"LECLAP_MCP_ALLOW_REMOTION": "<your LECLAP_MCP_ALLOW_REMOTION>",
"LECLAP_MCP_REMOTION_ENTRY": "<your LECLAP_MCP_REMOTION_ENTRY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"video": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@leclap/mcp"
],
"env": {
"LECLAP_MCP_OUTPUT_DIR": "<your LECLAP_MCP_OUTPUT_DIR>",
"LECLAP_MCP_MEDIA_DIR": "<your LECLAP_MCP_MEDIA_DIR>",
"LECLAP_MCP_RENDER_TIMEOUT_MS": "<your LECLAP_MCP_RENDER_TIMEOUT_MS>",
"LECLAP_MCP_ALLOW_REMOTION": "<your LECLAP_MCP_ALLOW_REMOTION>",
"LECLAP_MCP_REMOTION_ENTRY": "<your LECLAP_MCP_REMOTION_ENTRY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"video": {
"command": "npx",
"args": [
"-y",
"@leclap/mcp"
],
"env": {
"LECLAP_MCP_OUTPUT_DIR": "<your LECLAP_MCP_OUTPUT_DIR>",
"LECLAP_MCP_MEDIA_DIR": "<your LECLAP_MCP_MEDIA_DIR>",
"LECLAP_MCP_RENDER_TIMEOUT_MS": "<your LECLAP_MCP_RENDER_TIMEOUT_MS>",
"LECLAP_MCP_ALLOW_REMOTION": "<your LECLAP_MCP_ALLOW_REMOTION>",
"LECLAP_MCP_REMOTION_ENTRY": "<your LECLAP_MCP_REMOTION_ENTRY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"video": {
"command": "npx",
"args": [
"-y",
"@leclap/mcp"
],
"env": {
"LECLAP_MCP_OUTPUT_DIR": "<your LECLAP_MCP_OUTPUT_DIR>",
"LECLAP_MCP_MEDIA_DIR": "<your LECLAP_MCP_MEDIA_DIR>",
"LECLAP_MCP_RENDER_TIMEOUT_MS": "<your LECLAP_MCP_RENDER_TIMEOUT_MS>",
"LECLAP_MCP_ALLOW_REMOTION": "<your LECLAP_MCP_ALLOW_REMOTION>",
"LECLAP_MCP_REMOTION_ENTRY": "<your LECLAP_MCP_REMOTION_ENTRY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.leclap%2Fvideo)<a href="https://mcptoplist.com/server/dev.leclap%2Fvideo"><img src="https://mcptoplist.com/badge/dev.leclap%2Fvideo.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
heristop
Available versions (1)
| Version | Published |
|---|---|
| 0.3.4 | Aug 24, 2026 |
Frequently asked questions
- Who maintains LeClap?
- LeClap is maintained by heristop, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is LeClap listed on the Official MCP Registry?
- Yes — LeClap is listed on the Official MCP Registry.
- How many versions does LeClap have?
- MCP Toplist tracks 1 version of LeClap, most recently published on Aug 24, 2026.
- Where can I find the source code for LeClap?
- The source code for LeClap is hosted at github.com/heristop/leclap.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.