Odel
rivemcp releases

rivemcp releases

Local
@paradoxsynJavaScriptUpdated 2w ago

MCP server for creating and editing Rive (.riv) animation files. 139 tools for AI-driven animation.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmrivemcpv1.0.5

Run

npx -y rivemcp

MCP client config

{
  "mcpServers": {
    "rivemcp-releases": {
      "command": "npx",
      "args": [
        "-y",
        "rivemcp"
      ]
    }
  }
}