Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Wavespeed Worker

FreeNot checked

Remote MCP server that integrates WaveSpeed's image and video generation into Claude, supporting text-to-image, image editing, video generation, and job status

GitHubEmbed

About

Remote MCP server that integrates WaveSpeed's image and video generation into Claude, supporting text-to-image, image editing, video generation, and job status polling via custom connector.

README

Remote MCP server on Cloudflare Workers for WaveSpeed image/video generation. Add it as a custom connector in Claude (works in Claude.ai, Claude Design, Claude Desktop) — no local shell needed.

Tools

Tool What it does
wavespeed_generate_image Text → image (default google/nano-banana-2/text-to-image)
wavespeed_edit_image Edit an image by instruction (default google/nano-banana-2/edit)
wavespeed_generate_video Text → video / image → video (default bytedance/seedance-2.0/...)
wavespeed_get_result Poll a long-running job by request_id

Deploy

  1. Get keys:

  2. Fill .env:

    CLOUDFLARE_API_TOKEN=...
    CLOUDFLARE_ACCOUNT_ID=...
    WAVESPEED_API_KEY=...
    
  3. Deploy:

    ./deploy.sh
    

    This runs wrangler deploy and stores the WaveSpeed key as a Worker secret (never in code).

Connect to Claude

Claude → Settings → Connectors → Add custom connector → URL:

https://wavespeed-mcp.<your-subdomain>.workers.dev/mcp

No OAuth needed. The exact URL is printed by deploy.sh (and visible in the Cloudflare dashboard under Workers).

Cost

Cloudflare Workers free tier (100k requests/day) is more than enough. WaveSpeed generations are billed to your WaveSpeed balance.

Local dev

WAVESPEED_API_KEY=... npx wrangler dev

from github.com/limeflash/wavespeed-mcp-worker

Installing Wavespeed Worker

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/limeflash/wavespeed-mcp-worker

FAQ

Is Wavespeed Worker MCP free?

Yes, Wavespeed Worker MCP is free — one-click install via Unyly at no cost.

Does Wavespeed Worker need an API key?

No, Wavespeed Worker runs without API keys or environment variables.

Is Wavespeed Worker hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Wavespeed Worker in Claude Desktop, Claude Code or Cursor?

Open Wavespeed Worker on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Wavespeed Worker with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs