Skip to content
Cursor

rive mcp for Cursor

io.github.odu33104/rive-mcp

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

client:Cursor transport:stdio runtime:npm

Install rive mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

rive mcp in other clients