Skip to content
Claude Desktop

LeClap for Claude Desktop

dev.leclap/video

Compose and render video from one JSON template. Deterministic, runs locally, no generative model.

client:Claude Desktop transport:stdio runtime:npm

Install LeClap in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "video": {
      "command": "npx",
      "args": [
        "-y",
        "@leclap/mcp"
      ],
      "env": {
        "LECLAP_MCP_OUTPUT_DIR": "<LECLAP_MCP_OUTPUT_DIR>",
        "LECLAP_MCP_MEDIA_DIR": "<LECLAP_MCP_MEDIA_DIR>",
        "LECLAP_MCP_RENDER_TIMEOUT_MS": "<LECLAP_MCP_RENDER_TIMEOUT_MS>",
        "LECLAP_MCP_ALLOW_REMOTION": "<LECLAP_MCP_ALLOW_REMOTION>",
        "LECLAP_MCP_REMOTION_ENTRY": "<LECLAP_MCP_REMOTION_ENTRY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

LeClap in other clients