aetherwave mcp for Gemini CLI
io.github.aetherwave-studio/aetherwave-mcp
Music, image, video and audio generation across top AI providers - one key, one credit pool.
client:Gemini CLI
transport:stdio
runtime:npm
Install aetherwave mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"aetherwave-mcp": {
"command": "npx",
"args": [
"-y",
"@aetherwave-studio/mcp"
],
"env": {
"AETHERWAVE_API_KEY": "<AETHERWAVE_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs