Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Rivemcp
R
Health: ActiveRecent health check succeeded.Last checked 9/8/2026, 12:31:30 AM

Rivemcp

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

MCP server for creating and editing Rive (.riv) animation files. 139 tools for AI-driven animation.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "rivemcp": {
      "command": "npx",
      "args": [
        "-y",
        "rivemcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

RiveMCP

MCP server for programmatically creating and editing Rive animation files. Let AI build your animations.

What is RiveMCP?

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.

Quick Start

Install via npm (recommended)

Terminal
npm install -g rivemcp

This automatically downloads the correct binary for your platform. No Node.js runtime needed at execution time.

Configure your AI client

Claude Desktop (claude_desktop_config.json):

config.json
{
  "mcpServers": {
    "rivemcp": {
      "command": "npx",
      "args": ["-y", "rivemcp"]
    }
  }
}

Claude Code:

Terminal
claude mcp add rivemcp -- npx -y rivemcp

Cursor / VS Code (settings.json):

config.json
{
  "mcp.servers": {
    "rivemcp": {
      "command": "npx",
      "args": ["-y", "rivemcp"]
    }
  }
}

Manual install (alternative)

Download the binary for your platform from Releases:

PlatformBinary
Windows x64rivemcp-win-x64.exe
Linux x64rivemcp-linux-x64
macOS Intelrivemcp-macos-x64
macOS Apple Siliconrivemcp-macos-arm64
bash
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.

4. Start creating

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.

Features

Shapes & Styling

Rectangles, ellipses, triangles, polygons, stars, custom vector paths. Solid fills, gradient fills, strokes, dash paths, trim paths, feathering, blend modes.

Animation

Keyframe animations with linear, cubic, and elastic interpolation. Animate any property β€” position, size, rotation, scale, opacity, color.

State Machines

Interactive animations with triggers, boolean and number inputs, transitions with conditions, listeners for pointer events.

Physics (HLAPI)

Bake realistic physics into keyframes at compile time β€” gravity, bounce, wind, spring forces. No runtime physics engine needed.

Prefabs & Particles

Spawn shapes from templates (rocks, dust clouds, sparks, rain, snow, bubbles). Emit particle systems with physics.

Scene Composition

Describe an entire scene in one call β€” backgrounds, shapes, motion, timing β€” and get a complete .riv file.

Text & Fonts

Rich text with multiple runs, custom fonts, text modifiers, follow-path text.

Images & Assets

Embed images, audio, Lottie animations, and SVGs. Mesh deformation for image warping.

Bones & Skinning

Skeletal animation with bones, IK constraints, skins, and tendons.

Nested Artboards

Reusable components via nested artboards with animation and state machine control.

Data Binding

ViewModels with typed properties, instances, data converters, and formula tokens.

Import & Roundtrip

Load existing .riv files, modify them, and re-export. Lossless roundtrip for unmodified content.

Rive Editor Export

Export .rev files that open directly in the Rive Desktop Editor for further manual editing.

Tool Categories

CategoryToolsDescription
Project3Create projects, artboards, list objects
Shapes8Rectangles, ellipses, triangles, polygons, stars, paths
Styling10Fills, strokes, gradients, dash/trim paths, feathering
Animation3Keyframes with cubic/elastic interpolation
State Machine10Inputs, states, transitions, conditions, listeners
Text8Text objects, runs, fonts, modifiers
Images3Image assets, embedding, mesh deformation
Bones6Skeletal animation, IK constraints, skinning
Nested6Nested artboards, animations, state machines
Events3Custom events, open URL events, properties
Data Binding12ViewModels, instances, converters, bindings
Advanced40+Layout, scroll, audio, scripting, N-slice, and more
HLAPI10Physics, prefabs, particles, scene composition
Sprite5Sprite sheet slicing, background removal, normalization
Import/Export2Load .riv files, export .riv or .rev
Edit3Update, remove, and inspect objects

Licensing

RiveMCP includes 3 free exports per machine. After that, a license key is required.

Get a license at rivemcp.stunning.gg

Set your key:

server.ts
export RIVEMCP_LICENSE_KEY=your-key-here

Requirements

  • No dependencies β€” standalone binary, no Node.js required
  • Works with any MCP-compatible client (Claude Desktop, Claude Code, Cursor, VS Code, etc.)
  • macOS, Windows, or Linux

Links

  • Website
  • Releases
  • Rive

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • T
    The Scribble Thing

    Turn one line-art image into a prompt-directed, hand-drawn scribe animation MP4.

    πŸ’» Developer Tools1 views
    Compare vs The Scribble Thing β†’
  • Ignite UI MCP Server logoIgnite UI MCP Server

    Unified MCP server for Ignite UI β€” documentation, API, and CLI scaffolding

    πŸ’» Developer Tools1 views
    Compare vs Ignite UI MCP Server β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

npm downloads
3.3k
Package downloads in the last 30 days.
Last commit
Today
Most recent push to the default branch.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Rivemcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "rivemcp": { "command": "npx", "args": ["-y", "rivemcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewRivemcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/rivemcp?style=directory)](https://allmcps.com/mcp/rivemcp)
HTML Embed
<a href="https://allmcps.com/mcp/rivemcp"><img src="https://allmcps.com/api/badge/rivemcp?style=directory" alt="Rivemcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commitToday
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 7, 2026
npm downloads3,330/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
44Quality signal: Fair Β· 44/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Rivemcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code