Aetherwave MCP

Model Context Protocol server for AetherWave Studio. Drop it into any MCP-compatible client (Claude Code, Cursor, Continue, Claude Desktop, custom agents) and your LLM can generate, edit, upscale, reframe, and master across every flagship creative AI provider through one API key, one credit pool. Its 16 documented tools cover aetherwave, image, video, generate.

People connecting media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-11 · ★ 6 · #57 OF 155 MAINTAINED MEDIA · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Aetherwave MCP

before you install - you'll need

Set AETHERWAVE_API_KEY before connecting.

Claude Code

claude mcp add aetherwave-studio-aetherwave-mcp -- npx -y @aetherwave-studio/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "aetherwave-studio-aetherwave-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@aetherwave-studio/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @aetherwave-studio/mcp - published under the repo owner's npm scope (@aetherwave-studio)

registry namespace io.github.AetherWave-Studio is GitHub-verified and matches the repo owner

03 · What Aetherwave MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 16 documented tools spanning aetherwave, image, video, generate, including aetherwave_balance, aetherwave_list_image_models, aetherwave_list_video_models, aetherwave_list_master_presets.

The 16 tools it gives your agent

Extracted from the project's README - what aetherwave-mcp lets an agent do.

aetherwave_balance
- Current credit balance + plan
aetherwave_list_image_models
- Enumerate every image model with cost, speed, I2I support
aetherwave_list_video_models
- Enumerate every video model with cost-per-second, durations, resolutions
aetherwave_list_master_presets
- Enumerate the 12 mastering presets with target LUFS, tags, descriptions
aetherwave_generate_image
- T2I or I2I across 8+ models. Default grok-imagine-t2i (5 cr, 6 outputs)
aetherwave_generate_video
- T2V or I2V across 7+ model families. Default grok-imagine-t2v with KIE+fal fallback
aetherwave_generate_music
- Suno V5.5 by default. Two tracks per submission, lyrics + instrumental
aetherwave_edit_image
- I2I editing. Default grok-imagine-i2i (3 cr/image effective, 2 variations)
aetherwave_upscale_image
- Topaz upscale 1x / 2x / 4x / 8x
aetherwave_reframe_image
- Ideogram V3 Reframe to a new aspect ratio (outpaints edges)
aetherwave_remove_background
- Recraft primary + fal BiRefNet v2 fallback (auto failover). Output auto-saved to gallery
aetherwave_upscale_video
- Atlas Video Upscaler, 1080p or 2K
show all 16 tools
aetherwave_remove_background_video
- Frame-by-frame bg removal via rembg u2netp. Transparent WebM or solid color output. 2 cr/sec
aetherwave_reframe_video
- Luma Ray 2 Flash reframe to new aspect ratio
aetherwave_master_audio
- AI mastering across 12 genre/style presets. 20 cr/track, free on Producer / Mogul / Ultimate plans
aetherwave_list_my_creations
- Paginated gallery read for chained workflows

04 · Who maintains Aetherwave MCP

aetherwave-mcp is maintained by aetherwave-studio. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
media - ranked #57 of 155 actively-maintained media servers as of 2026-08-25.
registry
io.github.AetherWave-Studio/aetherwave-mcp (active, first published 2026-06-12)
packages
npm:@aetherwave-studio/mcp

06 · Aetherwave MCP FAQ

Is Aetherwave MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-11. We re-verify nightly.

What can Aetherwave MCP do?

An agent gets 16 documented tools spanning aetherwave, image, video, generate, including aetherwave_balance, aetherwave_list_image_models, aetherwave_list_video_models, aetherwave_list_master_presets.

How do I install Aetherwave MCP?

Run `npx -y @aetherwave-studio/mcp`. The README documents one environment variable (AETHERWAVE_API_KEY) to set first. Set AETHERWAVE_API_KEY before connecting. You can also paste the ready-made client config above.

Does Aetherwave MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Aetherwave MCP

More media MCP servers · AIOProductOS Studio · Server Alice · Storyflo · Listen · Call Copilot

More JavaScript MCP servers · Agent360 Browser MCP · AgentBodega MCP · Agentcentral · Agent Module · Agirails MCP Server · see all