Audacity MCP Server

<strong>AI-powered audio editing in Audacity through the Model Context Protocol</strong>

Local serverstdioPython

What is the Audacity MCP MCP server?

If you already use Audacity MCP, the audacity mcp mcp server is the piece that lets your assistant work with it directly. AI-powered audio editing in Audacity through the Model Context Protocol.

What the server does

  • Podcasters — who want consistent, professional sound without audio engineering knowledge
  • Musicians — who need quick mastering with genre-appropriate settings
  • Content creators — working with interviews, voiceovers, or field recordings
  • Anyone — who'd rather describe what they want than click through menus

Installation

The server ships on PyPI as audacity-mcp-server, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Category — Tools
  • Effects — 30
  • Editing — 13
  • Project — 12
  • Track — 15
  • Selection — 12
  • Transport — 7
  • Analysis — 6
  • Generation — 5
  • Labels — 6

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 10 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Audacity MCP.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Audacity MCP's toolset — Category, Effects, Editing and 7 more — is a fair guide to whether it matches your workflow. It is maintained by xdarkzx; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Audacity MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
CategoryTools
Effects30
Editing13
Project12
Track15
Selection12
Transport7
Analysis6
Generation5
Labels6

How to install the Audacity MCP MCP server

{
  "mcpServers": {
    "audacity": {
      "command": "audacity-mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Audacity MCP to Category.
  • Use Audacity MCP to Effects.
  • Use Audacity MCP to Editing.

Frequently asked questions

It connects Audacity MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 10 tools (Category, Effects, Editing, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Audacity MCP directly.