aetherwave mcp for Zed
io.github.aetherwave-studio/aetherwave-mcp
Music, image, video and audio generation across top AI providers - one key, one credit pool.
client:Zed
transport:stdio
runtime:npm
Install aetherwave mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"aetherwave-mcp": {
"command": "npx",
"args": [
"-y",
"@aetherwave-studio/mcp"
],
"env": {
"AETHERWAVE_API_KEY": "<AETHERWAVE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs