Instavar Video Templates and Studio for Grok
com.instavar/mcp-server
Free Remotion video templates and creative guides; optional hosted Studio rendering and publishing.
client:Grok
transport:stdio
runtime:npm
Install Instavar Video Templates and Studio in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@instavar/mcp-server"
],
"env": {
"INSTAVAR_API_KEY": "<INSTAVAR_API_KEY>",
"INSTAVAR_BASE_URL": "<INSTAVAR_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs