Loading MCP server directory, please wait...
Drive Instavar Studio video jobs (create, render, approve, publish, metrics) with an API key.
npx @getmcp/cli add com.instavar/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
INSTAVAR_API_KEYPer-user API key from https://instavar.com/studio/settings. Scoped to your org and revocable.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.instavar/mcp-server": {
"command": "npx",
"args": [
"-y",
"@instavar/mcp-server"
],
"env": {
"INSTAVAR_API_KEY": "",
"INSTAVAR_BASE_URL": "https://instavar.com"
}
}
}
}