Callirra for Grok
io.github.callirra-ai/mcp
Generate AI video and images from your agent: Seedance 2.x, GPT Image 2.5, 172 prompt recipes.
client:Grok
transport:stdio
runtime:npm
Install Callirra in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@callirra/mcp"
]
}
}
}
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