aetherwave mcp for Cursor
io.github.aetherwave-studio/aetherwave-mcp
Music, image, video and audio generation across top AI providers - one key, one credit pool.
client:Cursor
transport:stdio
runtime:npm
Install aetherwave mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aetherwave-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aetherwave-studio/mcp"
],
"env": {
"AETHERWAVE_API_KEY": "<AETHERWAVE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs