Skip to content
Cursor

AudioMade for Cursor

io.github.yasib48/audiomade

Generate four real game-audio candidates, audition and select one, then install it into a project.

client:Cursor transport:stdio runtime:npm

Install AudioMade in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "audiomade": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "audiomade-mcp"
      ],
      "env": {
        "AUDIOMADE_API_KEY": "<AUDIOMADE_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AudioMade in other clients