Skip to content
VS Code

aetherwave mcp for VS Code

io.github.aetherwave-studio/aetherwave-mcp

Music, image, video and audio generation across top AI providers - one key, one credit pool.

client:VS Code transport:stdio runtime:npm

Install aetherwave mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "aetherwave-api-key",
      "description": "AETHERWAVE_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "aetherwave-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aetherwave-studio/mcp"
      ],
      "env": {
        "AETHERWAVE_API_KEY": "${input:aetherwave-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

aetherwave mcp in other clients