Skip to content
Zed

LeClap for Zed

dev.leclap/video

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

client:Zed transport:stdio runtime:npm

Install LeClap in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

LeClap in other clients