Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"rivemcp": {
"args": [
"-y",
"rivemcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for programmatically creating and editing Rive animation files. Let AI build your animations.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'rivemcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked rivemcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in design / developer-tools
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Copy/paste detector for programming source code, supports 223 formats. AI-ready with token-efficient reporter, skill and MCP server.
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Security Weekly
Get CVE alerts and security updates for io.github.paradoxsyn/rivemcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for programmatically creating and editing Rive animation files. Let AI build your animations.
RiveMCP exposes 139 MCP tools that let any AI assistant (Claude, GPT, etc.) create complete Rive animations from natural language. Describe what you want, and the AI builds it — shapes, colors, animations, state machines, physics, and more — then exports a .riv file you can use in your app or a .rev file you can open in the Rive Editor.
npm install -g rivemcp
This automatically downloads the correct binary for your platform. No Node.js runtime needed at execution time.
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"rivemcp": {
"command": "npx",
"args": ["-y", "rivemcp"]
}
}
}
Claude Code:
claude mcp add rivemcp -- npx -y rivemcp
Cursor / VS Code (settings.json):
{
"mcp.servers": {
"rivemcp": {
"command": "npx",
"args": ["-y", "rivemcp"]
}
}
}
Download the binary for your platform from Releases:
| Platform | Binary |
|---|---|
| Windows x64 | rivemcp-win-x64.exe |
| Linux x64 | rivemcp-linux-x64 |
| macOS Intel | rivemcp-macos-x64 |
| macOS Apple Silicon | rivemcp-macos-arm64 |
chmod +x rivemcp-macos-arm64
# macOS only — remove quarantine:
xattr -d com.apple.quarantine rivemcp-macos-arm64
Then point your MCP client at the binary path directly.
Ask your AI to create animations:
"Create a bouncing ball animation with a blue gradient background"
"Build a loading spinner with 3 dots that pulse in sequence"
"Make a button that changes color on hover with a state machine"
The AI will use RiveMCP's tools to build the animation, then export a .riv file.
Rectangles, ellipses, triangles, polygons, stars, custom vector paths. Solid fills, gradient fills, strokes, dash paths, trim paths, feathering, blend modes.
Keyframe animations with linear, cubic, and elastic interpolation. Animate any property — position, size, rotation, scale, opacity, color.
Interactive animations with triggers, boolean and number inputs, transitions with conditions, listeners for pointer events.
Bake realistic physics into keyframes at compile time — gravity, bounce, wind, spring forces. No runtime physics engine needed.
Spawn shapes from templates (rocks, dust clouds, sparks, rain, snow, bubbles). Emit particle systems with physics.
Describe an entire scene in one call — backgrounds, shapes, motion, timing — and get a complete .riv file.
Rich text with multiple runs, custom fonts, text modifiers, follow-path text.
Embed images, audio, Lottie animations, and SVGs. Mesh deformation for image warping.
Skeletal animation with bones, IK constraints, skins, and tendons.
Reusable components via nested artboards with animation and state machine control.
ViewModels with typed properties, instances, data converters, and formula tokens.
Load existing .riv files, modify them, and re-export. Lossless roundtrip for unmodified content.
Export .rev files that open directly in the Rive Desktop Editor for further manual editing.
| Category | Tools | Description |
|---|---|---|
| Project | 3 | Create projects, artboards, list objects |
| Shapes | 8 | Rectangles, ellipses, triangles, polygons, stars, paths |
| Styling | 10 | Fills, strokes, gradients, dash/trim paths, feathering |
| Animation | 3 | Keyframes with cubic/e |