servers / ai-wavespeed-mcp
ai.wavespeed/mcp
communitystdiolocalwrite capablehealthy
Run any model on the live WaveSpeed catalog: image, video, audio, 3D.
01Tools · 7
How to read this: tool names here are observed from a live tools/list handshake. The Risk label is a heuristic inferred from the tool name (write/destructive verbs), not from executing the tool — a conservative guess, not a verified capability. We never escalate risk from a description. Found one that's wrong? Tell us — we fix on report.
| Tool | Risk | Side effects | Approval |
|---|---|---|---|
| get_model_schema Get a model's real input schema (required fields, properties, defaults). Call this before run_model so inputs match what the model actually accepts. | read | false | unknown |
| get_price Estimate the cost of a run before executing it (no charge). Provide the same input you would pass to run_model — pricing often depends on inputs like duration or resolution. | read | false | unknown |
| list_models Search the live WaveSpeed model catalog (image, video, audio, 3D). Returns model IDs usable with run_model. Do not invent model IDs — always pick one returned by this tool. | read | false | unknown |
| run_model Run any WaveSpeed model. input keys come from get_model_schema. Local files: pass "@./path" string values — they are uploaded and replaced with hosted URLs (bare paths are NOT uploaded). Returns output URLs. If the wait limit is hit, the task keeps running; recover it with get_prediction. | write | true | unknown |
| get_balance Show the WaveSpeed account credit balance. | read | false | unknown |
| get_prediction Fetch the status and outputs of a past or in-flight prediction by id — use to recover a run that hit the wait limit. | read | false | unknown |
| upload_file Upload a local file to WaveSpeed and get its hosted URL (identical bytes reuse the same upload for 24h). Usually unnecessary — run_model handles "@./path" inputs itself. | write | true | unknown |
02Install & source
npx -y @wavespeed/mcp
npx- repohttps://github.com/WaveSpeedAI/mcp-server
- licenseMIT
- adoption30 stars · 8 forks
05Provenance & freshness
sourcesOfficial MCP Registry [p1]
last_checked2026-08-19 03:11Z
next_check2026-08-20 07:58Z
cadenceevery 29h
verifiedtools_list:passed handshake:passed metadata:passed
index_statusindex — 8 unique facts >= 5
06Badge
Add the “as seen on MCPExplorer” badge to your README.
[](https://mcpexplorer.com/servers/ai-wavespeed-mcp)
Next step
This is one server. A loadout combines the right servers, governance, and proven plays for a whole job — assembled deliberately, not tool-dumped.
Explore loadouts →