Skip to main content
MCP Integration is currently only available in Early Access.Have feedback? Join the Early Access community to share your thoughts and help shape the feature.
You can connect the Rive Editor to AI tools through MCP (Model Context Protocol). The first set of tools are designed to let AI handle repetitive tasks, like creating complex View Models, State Machines with hundreds of states/layers, Layouts, Shapes, and more.

Supported Features

  • Create and manage Rive files — add, rename, resize, arrange, and focus artboards.
  • Inspect and edit the scene — query hierarchies, select objects, update properties, rename, duplicate, reorder, reparent, or delete elements.
  • Build designs — create shapes, paths, layouts, component instances, component lists, and asset-based elements.
  • Create animation and interaction — edit linear animations, state machines, states, transitions, conditions, keyframes, and interpolation.
  • Work with data binding — create view models, properties, instances, bindings, and custom property groups.
  • Edit scripts and shaders — manage Luau scripts and WGSL shaders, update source code, run diagnostics, recompile, test, search code, and read console output.
This list of features will evolve over time as more tools are added.

Installation

1

Install Rive Early Access

Install and open the latest version of the Rive Early Access desktop app for Mac.
2

Set up Cursor

Create a Cursor account and install the app.
3

Open Cursor settings

Open Cursor and navigate to the settings panel in the top right corner.
4

Add custom MCP

Open the Tools & MCPs tab and click Add Custom MCP.
5

Save the configuration

Save the following JSON snippet to your computer as mcp.json.
{
  "mcpServers": {
      "rive": {
          "url": "http://127.0.0.1:9791/mcp"
      }
  }
}
6

Enable connection

Turn the MCP connection On
7

Verify connection

If everything was installed correctly, you should see Rive as an available MCP server.
For the Rive server to be available, you must have the Rive Early Access app opened.
Additional information on setting up MCP can be found here.

What can it do?

Once Cursor is installed and everything is set up correctly, it’s time to start prompting the AI.
1

Open your Rive file

Have a Rive File open and an Artboard created.
2

Enter your prompt

Type your prompt into the chat UI and hit enter. The AI will take a moment to process the request.Example prompt:
Create a State Machine about birds with 20 states and 2 layers
3

Complete the interaction

Once the request has been processed, type End Prompt to allow the AI to make changes to the Rive file.