Skip to main content
Glama

Polymation (rivemcp)

An MCP server that authors Rive files and converts other animation formats into them — offline, with no design app and no account. Your AI assistant describes the animation; Polymation writes the file, renders it with Rive's own runtime to check it, and reports every decision a conversion had to make.

  • Rive, from scratch — runtime .riv and editor .rev (opens in the Rive editor), covering the whole runtime: shapes, paths, gradients, feathering, text, images, bones and meshes, keyframes, state machines, listeners, view models and data binding, layouts, scripting scaffolding.

  • Conversion into Rive — Lottie / dotLottie, After Effects .aep (read directly, no After Effects needed), Figma (including Figma Motion timelines) and Spline, plus Rive back out to Lottie, Spline and Figma. Every conversion comes with a per-decision report — clean, reconstructed, dropped, or needs your call — and a rendered comparison against the source's own renderer.

  • Verified, not assumed — previews, GIFs and conversion checks render headlessly with Rive's GPU runtime; state machines can be driven and their transitions read back.

  • Pipelines for real art — sprite sheet → flipbook, one image → rigged character, still image → procedural smoke/fire/glow, physics baked into keyframes.

193 MCP tools, grouped into tiers so an assistant sees the common ones first; enable_tools switches on the rest for a session.

Format support

Format

Author

Convert

Status

Rive — .riv / .rev

✅

↔ Spline, ↔ Lottie, → Figma

Live

Spline — .splinecode / .spline

✅

↔ Rive, ↔ Lottie, → Figma

Live

Lottie — .lottie / .json

—

↔ Rive, ↔ Spline, → Figma

Live

Figma

—

→ Rive / Spline / Lottie

Live

After Effects — .aep

edit only

→ Rive / Lottie / Spline / Figma

Live

Every conversion crosses a model boundary, so every one is lossy — the report says what came across clean, what was reconstructed, what was dropped and what needs your call. After Effects is read natively (no After Effects install, no plugin) and can be edited and saved back; writing a .aep from scratch is not offered, because without After Effects there is no way to check such a file would open.

Quick Start

Claude Desktop — one click

  1. Download rivemcp.mcpb from the latest release.

  2. Claude Desktop → Settings → Extensions → Install from file… and pick it. No Node.js, no JSON.

Any MCP client (Claude Code, Cursor, Windsurf, VS Code…)

{
  "mcpServers": {
    "polymation": {
      "command": "npx",
      "args": ["-y", "rivemcp"],
      "env": { "POLYMATION_LICENSE_KEY": "your-key" }
    }
  }
}

Installing the package downloads the standalone binary for your platform. The licence key is optional to start: without one, the trial allowance applies. Keys are at polymation.stunning.gg.

Standalone binaries

Windows, macOS (Intel and Apple Silicon) and Linux builds — no Node.js needed — are on the releases page.

Rendering

Previews, GIFs and conversion checks render with Rive's own runtime in a headless Chromium. If a render tool reports that Chromium is missing, run npx playwright install chromium once.

Related MCP server: rive-analyzer

Licence

Commercial software — see LICENSE. A trial allowance is included; a key from polymation.stunning.gg unlocks unlimited use.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    Enables AI agents to inspect, search, and edit Unreal Engine animation data including sequences, montages, blend spaces, animation blueprints, skeletons, and skeletal meshes via 62 tools over MCP.
    61
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables creating, editing, inspecting, rendering, and live-previewing Rive (.riv) animations directly from Claude without needing the Rive editor or cloud subscription, including building .riv files from scratch and a local web studio for human-AI collaboration.
    2
    32
    350 npm
    14
    -