Loading MCP server directory, please wait...
Compose and render video from one JSON template. Deterministic, runs locally, no generative model.
npx @getmcp/cli add dev.leclap/videoRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev.leclap/video": {
"command": "npx",
"args": [
"-y",
"@leclap/mcp"
],
"env": {
"LECLAP_MCP_OUTPUT_DIR": "",
"LECLAP_MCP_MEDIA_DIR": "",
"LECLAP_MCP_RENDER_TIMEOUT_MS": "",
"LECLAP_MCP_ALLOW_REMOTION": "",
"LECLAP_MCP_REMOTION_ENTRY": ""
}
}
}
}