MCP Server
MCP
io.github.brajendrak00068/levea-mcp-server
Autonomous AI video editor over MCP: viral clips, captions, reframe, chroma key, MP4 export
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
By
Comments
Sign in to leave a comment