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.