Catalog
io.github.AetherWave-Studio/aetherwave-mcp
Officialby AetherWave-Studio · JavaScript
Music, image, video and audio generation across top AI providers - one key, one credit pool.
Generate music, images, videos, and audio across multiple AI providers with unified billing.
README not available yet.
Install
Configuration
Environment variables
AETHERWAVE_API_KEYrequiredsecretAetherWave Studio API key (starts with aw_live_). Generate one at https://aetherwavestudio.com/developers - first key grants 50 free credits, no card required.
claude_desktop_config.json
{
"mcpServers": {
"aetherwave-mcp": {
"command": "npx",
"args": [
"-y",
"@aetherwave-studio/mcp@0.2.6"
],
"env": {
"AETHERWAVE_API_KEY": "<YOUR_AETHERWAVE_API_KEY>"
}
}
}
}