Polymation for Grok
io.github.paradoxsyn/rivemcp
Author Rive (.riv/.rev) and convert Lottie, After Effects, Figma and Spline into it, offline.
client:Grok
transport:stdio
runtime:npm
Install Polymation in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"rivemcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rivemcp"
],
"env": {
"POLYMATION_LICENSE_KEY": "<POLYMATION_LICENSE_KEY>"
}
}
}
}
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