WaveSpeed MCP Server
Rank #4,819ai.wavespeed/mcp
Run any model on the live WaveSpeed catalog: image, video, audio, 3D.
WaveSpeed MCP Server is a Model Context Protocol (MCP) server published by WaveSpeedAI. It ranks #4,819 of 132,046 servers tracked on MCP Toplist, and its repository has 33 GitHub stars. WaveSpeed MCP Server is listed across 3 registries — Official MCP, Glama and mcp.so, with 5 tracked versions. It was first listed on Jun 1, 2025 and most recently updated on Aug 26, 2026.
Ranks ahead of 127,227 of 132,046 servers on MCP Toplist.
Use WaveSpeed MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add wavespeed -e "WAVESPEED_API_KEY=<your WAVESPEED_API_KEY>" -e "WAVESPEED_BASE_URL=<your WAVESPEED_BASE_URL>" -e "WAVESPEED_CLIENT_NAME=<your WAVESPEED_CLIENT_NAME>" -- npx -y @wavespeed/mcpReplace each placeholder with your own value before saving.
[mcp_servers.wavespeed]
command = "npx"
args = ["-y", "@wavespeed/mcp"]
[mcp_servers.wavespeed.env]
WAVESPEED_API_KEY = "<your WAVESPEED_API_KEY>"
WAVESPEED_BASE_URL = "<your WAVESPEED_BASE_URL>"
WAVESPEED_CLIENT_NAME = "<your WAVESPEED_CLIENT_NAME>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wavespeed": {
"command": "npx",
"args": [
"-y",
"@wavespeed/mcp"
],
"env": {
"WAVESPEED_API_KEY": "<your WAVESPEED_API_KEY>",
"WAVESPEED_BASE_URL": "<your WAVESPEED_BASE_URL>",
"WAVESPEED_CLIENT_NAME": "<your WAVESPEED_CLIENT_NAME>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wavespeed": {
"command": "npx",
"args": [
"-y",
"@wavespeed/mcp"
],
"env": {
"WAVESPEED_API_KEY": "<your WAVESPEED_API_KEY>",
"WAVESPEED_BASE_URL": "<your WAVESPEED_BASE_URL>",
"WAVESPEED_CLIENT_NAME": "<your WAVESPEED_CLIENT_NAME>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"wavespeed": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@wavespeed/mcp"
],
"env": {
"WAVESPEED_API_KEY": "<your WAVESPEED_API_KEY>",
"WAVESPEED_BASE_URL": "<your WAVESPEED_BASE_URL>",
"WAVESPEED_CLIENT_NAME": "<your WAVESPEED_CLIENT_NAME>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wavespeed": {
"command": "npx",
"args": [
"-y",
"@wavespeed/mcp"
],
"env": {
"WAVESPEED_API_KEY": "<your WAVESPEED_API_KEY>",
"WAVESPEED_BASE_URL": "<your WAVESPEED_BASE_URL>",
"WAVESPEED_CLIENT_NAME": "<your WAVESPEED_CLIENT_NAME>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"wavespeed": {
"command": "npx",
"args": [
"-y",
"@wavespeed/mcp"
],
"env": {
"WAVESPEED_API_KEY": "<your WAVESPEED_API_KEY>",
"WAVESPEED_BASE_URL": "<your WAVESPEED_BASE_URL>",
"WAVESPEED_CLIENT_NAME": "<your WAVESPEED_CLIENT_NAME>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.wavespeed%2Fmcp)<a href="https://mcptoplist.com/server/ai.wavespeed%2Fmcp"><img src="https://mcptoplist.com/badge/ai.wavespeed%2Fmcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
WaveSpeedAI
Available versions (5)
| Version | Published |
|---|---|
| 1.0.7 | Aug 26, 2026 |
| 1.0.6 | Aug 20, 2026 |
| 1.0.5 | Aug 20, 2026 |
| 1.0.4 | Aug 19, 2026 |
| 1.0.2 | Aug 19, 2026 |
Frequently asked questions
- Who maintains WaveSpeed MCP Server?
- WaveSpeed MCP Server is maintained by WaveSpeedAI, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is WaveSpeed MCP Server listed on the Official MCP Registry?
- Yes — WaveSpeed MCP Server is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does WaveSpeed MCP Server have?
- MCP Toplist tracks 5 versions of WaveSpeed MCP Server, most recently published on Aug 26, 2026.
- Where can I find the source code for WaveSpeed MCP Server?
- The source code for WaveSpeed MCP Server is hosted at github.com/WaveSpeedAI/mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.