Run any model on the live WaveSpeed catalog: image, video, audio, 3D.
ai.wavespeed/mcp (WaveSpeed MCP Server)
The ai.wavespeed/mcp server runs models on the live WaveSpeed catalog. It supports generating and working with image, video, audio, and 3D content. The server is associated with the Model Context Protocol (MCP) and is listed under the WaveSpeed ecosystem.
An MCP server for the WaveSpeed platform: run any model on the live catalog โ image, video, audio, 3D โ from Claude Code, Claude Desktop, Cursor, Cline, or any MCP client.
Built on the same design as the open-source @wavespeed/cli:
No hardcoded models. The catalog comes from the live API (1h cache); new platform models work the day they ship.
One generation verb.run_model executes anything; get_model_schema tells the agent what inputs a model actually accepts, so it reads before it writes.
Inputs are never mutated. The one explicit transform is the @path marker โ a "@./photo.jpg" value inside input uploads the file and substitutes its hosted URL. Bare paths are passed through untouched.
Honest pricing.get_price quotes before you spend and names the inputs the quote was blind to (unpriced_inputs) instead of presenting a formula's floor as "the" price.
Tools
Tool
What it does
list_models
Search the live catalog by text or modality type
get_model_schema
A model's real input schema (required, properties, defaults)