mcpbeat Sign in

Runware MCP Server

local only

Runware runs on your own machine — the client starts it, so there is no endpoint to ping. 129 installs a week from npm. Last commit 4 Sep 2026.

Access the full Runware API as MCP tools: image, video, audio, 3D, and text.

Installs per day peak 51 · avg 23 · +76% w/w
a month agotoday
129
Installs / week
npm · @runware/mcp
0
Stars
0 open issues
4 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Runware every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mcp -- npx -y @runware/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@runware/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@runware/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@runware/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@runware/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RUNWARE_API_KEY (Your Runware API key. Create one at https://runware.ai.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Runware

same job, measured the same way
Vuela
by vuela

AI video, image, text and audio tools from your vuela.ai account

answering
FFMPEG API
by hifarrer

Hosted MCP tools for FFmpeg-style video and audio processing through FFMPEG API.

answering
Gpu Bridge
by fjnunezp75

30 GPU-powered AI services as MCP tools. LLM, image, video, audio, embeddings & more.

37 installs/wk local only
Grok Video
by codechap

MCP server for Grok video — text-to-video, image-to-video, and video editing

local only
Wavespeed
by wavespeed

Run any model on the live WaveSpeed catalog: image, video, audio, 3D.

246 installs/wk local only
AI-Cost-CLI
by ufhouck

AI API cost calculator, recommender & MCP server. 29 models across text/image/video/audio.

64 installs/wk local only
Runapi MCP
by runapi-builder

130+ AI models for image, video, music, and audio — 18 model families, one RunAPI account.

1 169 installs/wk answering
Runway ML
by mindstone

Runway ML MCP server: AI video, image, audio, voice generation, and task management

56 installs/wk local only

Runware — questions

Answers built from our own checks of this server.

Why is there no uptime for Runware?
Runware 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 @runware/mcp was installed 129 times last week.
How do I connect Runware?
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 @runware/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Runware?
The npm package @runware/mcp was installed 129 times in the last week. Week over week that is +76%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Runware open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.