AudioGen MCP Server

$npx -y @peerjakobsen/audiogen-mcp
README.md

Generate sound effects from text descriptions using Meta's AudioGen model.

Enables users to generate sound effects from text descriptions using Meta's AudioGen model. Specifically designed for Apple Silicon Macs, it supports single and batch audio generation directly from natural language prompts.

Tools (2)

generate_audioGenerates a sound effect or audio clip from a text description.
batch_generate_audioGenerates multiple audio clips from a list of text descriptions.

Configuration

claude_desktop_config.json
{
  "mcpServers": {
    "audiogen": {
      "command": "npx",
      "args": ["-y", "@peerjakobsen/audiogen-mcp"]
    }
  }
}

Try it

Generate a sound effect of a heavy wooden door creaking open slowly.
Create a 5-second audio clip of a futuristic laser gun firing.
Batch generate three different sounds: a thunderstorm, a chirping bird, and a busy city street.
Generate a high-quality sound of a glass bottle breaking on concrete.
I need a sound effect of a cat purring for my video project.

Frequently Asked Questions

How do I install AudioGen MCP Server?

Install AudioGen MCP Server by running: npx -y @peerjakobsen/audiogen-mcp

What MCP clients work with AudioGen MCP Server?

AudioGen MCP Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use AudioGen MCP Server with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free