mcpbeat Sign in

Wavespeed MCP Server

by wavespeed Your server? Claim it
local only

Wavespeed runs on your own machine — the client starts it, so there is no endpoint to ping. 246 installs a week from npm. Last commit 30 Aug 2026.

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

Installs per day peak 644 · avg 76 · +177% w/w
a month agotoday
246
Installs / week
npm · @wavespeed/mcp
31
Stars
2 open issues
30 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Wavespeed 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 @wavespeed/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@wavespeed/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@wavespeed/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@wavespeed/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@wavespeed/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WAVESPEED_API_KEY (WaveSpeed API key (https://wavespeed.ai/accesskey). Optional when the wavespeed CLI is logged in.), WAVESPEED_BASE_URL (Override the WaveSpeed API base URL. Defaults to https://api.wavespeed.ai.), WAVESPEED_CLIENT_NAME (Override the client name reported for channel attribution. Defaults to wavespeed-mcp.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Wavespeed

same job, measured the same way
ModelRunner
by modelrunner

Run 100+ AI models — image, video, audio, 3D — through one API with pay-per-use billing.

answering
Runware
by runware

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

129 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
Creative Claw
by creativeclaw

On-brand creative studio for AI agents: images, video, audio, and 3D.

53 tools answering
avots
by avotsai

Image, video, audio, face-swap, talking avatars and chat across 300+ AI models, one balance.

answering
Replicate MCP Server
by sena-labs

Replicate MCP server - image, video, audio, speech, LLM, vision, upscale, 3D, training. 36 tools.

57 installs/wk local only
Made MCP
by made

Generate and edit images and video with MADE: model catalog with transparent per-job pricing.

answering
Unifically
by unifically

One API for 100+ AI video, image, music and speech models.

14 tools answering

Wavespeed — questions

Answers built from our own checks of this server.

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