Home › Design & Media › mcp-server
mcp-server
Run any model on the live WaveSpeed catalog: image, video, audio, 3D.
Topics: Multimedia Process
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.0.7)
npx -y @wavespeed/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@wavespeed/[email protected]"
],
"env": {
"WAVESPEED_API_KEY": "<YOUR_VALUE>",
"WAVESPEED_BASE_URL": "<YOUR_VALUE>",
"WAVESPEED_CLIENT_NAME": "<YOUR_VALUE>"
}
}
}
}
WAVESPEED_API_KEYsecret — 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.
Related servers
openshorts
Turn long videos into viral vertical shorts and publish them to TikTok, Instagram and YouTube.
Pixelle-MCP
An omnimodal AIGC framework that seamlessly converts ComfyUI workflows into MCP tools with zero code, enabling full-modal support for…
FableCut
Zero-dependency browser video editor AI agents drive via a JSON timeline over MCP; ffmpeg export.
imagesorcery-mcp
ComputerVision-based 🪄 sorcery of image recognition and editing tools for AI assistants.
guaardvark
Self-hosted AI studio exposing its local image, video, music-video and Film Crew generation, upscaling, RAG and code intelligence as MCP…
gflow-cli
Drive Google Flow from an agent: Veo video and Imagen image generation
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry