Labsco
Able-rip logo

Rive MCP

from Able-rip

Rive MCP let AI handle repetitive tasks, like creating complex View Models, State Machines with hundreds of states/layers, Layouts, Shapes, and more.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeAdvanced setup

Rive MCP Integration

export const YouTube = ({id, timestamp}) => { const videoSrc = timestamp ? https://www.youtube.com/embed/${id}?start=${timestamp} : https://www.youtube.com/embed/${id}; return ; }; <Note> MCP integration is currently available only in the desktop Editor for Windows and macOS.

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.

What can it do?

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

Have a Rive File open and an Artboard created.

Type your prompt into the chat UI and hit enter. The AI will take a moment to process the request.

Copy & paste โ€” that's it
Example prompt:

Create a State Machine about birds with 20 states and 2 layers

Copy & paste โ€” that's it

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