MCP Setup Guide

AetherWave MCP for Cline

Cline is a popular autonomous coding agent for VS Code with a built-in MCP Servers panel. Point it at AetherWave and Cline can generate and edit media as part of its task loop, no extra extensions needed.

The AetherWave MCP server exposes 16 generation tools (music via Suno, image generation and editing, video generation, upscaling, background removal, reframing, and audio mastering) as native tools your agent in Cline can call. No SDK, no per-provider API keys, no polling loops to write. Every generation auto-saves to your AetherWave gallery on Cloudflare R2.

Quick facts

Client
Cline
Config location
cline_mcp_settings.json (via Cline > MCP Servers > Configure)
Auth
API key
Tools available
16 (music, image, video, audio)

Step 1: Get your API key

Create a free AetherWave account and copy your API key (starts with aw_live_) from the Developer tab on your Profile page. New accounts get free starter credits, so you can test without spending anything.

Step 2: Add AetherWave to Cline

Add this block to cline_mcp_settings.json (via Cline > MCP Servers > Configure):

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

Replace aw_live_your_key_here with your real key, save, and reload Cline.

Step 3: Generate

Restart Cline and ask it to make something. For example:

You
Generate a lofi hip hop track for a study playlist, then make album art for it.

Cline calls aetherwave_generate_music and aetherwave_generate_image in sequence and hands back finished, hosted URLs. You can check your balance any time with aetherwave_balance.

Notes for Cline

In VS Code, open the Cline sidebar, choose MCP Servers, then Configure MCP Servers to open the JSON. Add the AetherWave block and save; Cline reloads servers automatically.

Frequently Asked Questions

Does AetherWave MCP work with Cline?

Yes. Cline has a dedicated MCP Servers panel. Add the AetherWave server through Configure MCP Servers and it loads immediately.

Do I need an API key to use AetherWave in Cline?

Yes, a free API key in the env block. Bundle and Studio credits both work; new accounts get free starter credits.

What can I generate from Cline with AetherWave?

All 16 AetherWave tools are available: AI music, image generation and editing, video generation, upscaling, background removal, reframing, and audio mastering. Every call draws on your own AetherWave credits, and results save to your gallery automatically.

Use AetherWave in Cline today

Free API key, free starter credits, one setup. Be generating music, images, and video from Cline in under five minutes.

Get Your Free API Key