levea mcp server for Cursor
io.github.brajendrak00068/levea-mcp-server
Autonomous AI video editor over MCP: viral clips, captions, reframe, chroma key, MP4 export
client:Cursor
transport:stdio
runtime:npm
Install levea mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"levea-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"levea-mcp-server"
],
"env": {
"LEVEA_API_URL": "<LEVEA_API_URL>",
"LEVEA_API_KEY": "<LEVEA_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs