mcpbeat Sign in

Rivemcp MCP Server

by paradoxsyn Your server? Claim it
local only

Rivemcp runs on your own machine — the client starts it, so there is no endpoint to ping. 615 installs a week from npm. Last commit 21 Apr 2026.

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

Installs per day peak 519 · avg 112 · +250% w/w
a month agotoday
615
Installs / week
npm · rivemcp
0
Stars
3 open issues
21 Apr 2026
Last commit
0 releases in 90 days
License
JavaScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/postinstall.mjs
File ships in the package but is absent from the source [пакет] bin/rivemcp.mjs:1
этот файл ставится пользователю, но в репозитории его нет
  execFileSync(binaryPath, process.argv.slice(2), {
Builds a file path from a variable bin/rivemcp.js:25
const binaryPath = path.join(__dirname, binaryName);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rivemcp -- npx -y rivemcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rivemcp": {
      "args": [
        "-y",
        "rivemcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rivemcp]
command = "npx"
args = ["-y", "rivemcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "rivemcp": {
      "args": [
        "-y",
        "rivemcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rivemcp": {
      "args": [
        "-y",
        "rivemcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Rivemcp

same job, measured the same way
Google Drive Files MCP
by zayansalman

Minimal MCP server for Google Drive file management and Google Sheets editing.

59 installs/wk local only
MCP Console Automation
by ooples

MCP server for AI-driven console application automation and monitoring

32 installs/wk local only
Pipedrive CRM
by ckalima

MCP server for Pipedrive CRM. 155 tools for deals, persons, organizations, activities, and more.

153 installs/wk local only
D
Ceraph
by ceraph

MCP server for agent-driven React Native and Expo development and mobile testing

656 installs/wk local only
MCP Factory
by jaimenbell

Manifest-driven MCP server scaffolder and runtime hub for tool integrations.

110 installs/wk local only
Copilot Datagate
by afurlane

Policy-driven, read-only MCP server for safe database access from AI tools.

32 installs/wk local only
I
Decixa MCP
by koki-socialgist

Decixa MCP Server — intent-driven API discovery and selection for AI agents.

local only
Google Drive Comments MCP
by zayansalman

Minimal MCP server for reading comments on Google Drive files (Docs, Sheets, Slides). Read-only.

55 installs/wk local only

Rivemcp — questions

Answers built from our own checks of this server.

Why is there no uptime for Rivemcp?
Rivemcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package rivemcp was installed 615 times last week.
How do I connect Rivemcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls rivemcp straight from npm; nothing to host, nothing to sign up for.
How many people use Rivemcp?
The npm package rivemcp was installed 615 times in the last week. Week over week that is +250%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Rivemcp open source?
We cannot say either way: written in JavaScript, 0 stars on GitHub and 3 open issues, but we could not determine the licence, and without one the code is not open source by default.