Odel
aetherwave mcp

aetherwave mcp

Local
@aetherwave-studio6JavaScriptMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@aetherwave-studio/mcpv0.2.6

Run

npx -y @aetherwave-studio/mcp

MCP client config

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