Odel
rive mcp

rive mcp

Local
@odu33104TypeScriptUpdated 1mo ago

Free, editor-less MCP server for Rive: create, edit, inspect, render and preview .riv animations

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).

npmrive-mcp-serverv0.1.1

Run

npx -y rive-mcp-server

MCP client config

{
  "mcpServers": {
    "rive-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rive-mcp-server"
      ]
    }
  }
}