Odel
LeClap

LeClap

Local
@heristop24TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@leclap/mcpv0.3.4

Run

npx -y @leclap/mcp

MCP client config

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