Back to Browse

Leclap MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

13 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Directory rendered videos are written to. Defaults to ~/.leclap/renders.Optional

Environment variable: LECLAP_MCP_OUTPUT_DIR

Allowlisted directory the server may read source media from. Defaults to ~/.leclap/media.Optional

Environment variable: LECLAP_MCP_MEDIA_DIR

Per-render timeout in milliseconds. Defaults to 600000.Optional

Environment variable: LECLAP_MCP_RENDER_TIMEOUT_MS

Opt in to the Remotion clip renderer, which executes local JavaScript. Off by default.Optional

Environment variable: LECLAP_MCP_ALLOW_REMOTION

Path to a Remotion entry point used by render_remotion_clip when it is enabled.Optional

Environment variable: LECLAP_MCP_REMOTION_ENTRY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "dev-leclap-mcp": {
      "env": {
        "LECLAP_MCP_MEDIA_DIR": "your-leclap-mcp-media-dir-here",
        "LECLAP_MCP_OUTPUT_DIR": "your-leclap-mcp-output-dir-here",
        "LECLAP_MCP_ALLOW_REMOTION": "your-leclap-mcp-allow-remotion-here",
        "LECLAP_MCP_REMOTION_ENTRY": "your-leclap-mcp-remotion-entry-here",
        "LECLAP_MCP_RENDER_TIMEOUT_MS": "your-leclap-mcp-render-timeout-ms-here"
      },
      "args": [
        "-y",
        "@leclap/mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!