Official Velora AI Video Studio MCP Server - exposes Velora plans, pricing, and AI model data to any MCP-compatible AI assistant.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"velora-mcp-server": {
"command": "npx",
"args": [
"-y",
"Jivan1727/velora-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add velora-mcp-server npx -y Jivan1727/velora-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"velora-mcp-server": {
"command": "npx",
"args": [
"-y",
"Jivan1727/velora-mcp-server"
]
}
}
}