← Back to Plugins
MCP Server MCP

io.github.brajendrak00068/levea-mcp-server

github By github 👁 1 views ▲ 0 votes

Autonomous AI video editor over MCP: viral clips, captions, reframe, chroma key, MP4 export

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "levea-mcp-server",
      "version": "0.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Levea API base URL, e.g. https://api.livecore.ai",
          "isRequired": true,
          "format": "string",
          "name": "LEVEA_API_URL"
        },
        {
          "description": "Levea API key. Generate one at https://studio.livecore.ai/",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "LEVEA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...