Polymation for Cursor
io.github.paradoxsyn/rivemcp
Author Rive (.riv/.rev) and convert Lottie, After Effects, Figma and Spline into it, offline.
client:Cursor
transport:stdio
runtime:npm
Install Polymation in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rivemcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rivemcp"
],
"env": {
"POLYMATION_LICENSE_KEY": "<POLYMATION_LICENSE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs