Audacity-MCP: Claude AI Integration for Local Audio Editing with 131 Tools

Direct Claude-to-Audacity Integration
Audacity-MCP is a free, open-source tool that connects Claude AI to Audacity through the pipe interface. You describe what you want done to your audio, and Claude executes the actual effects in Audacity.
Key Features from Source
- 131 tools covering effects, editing, mixing, mastering, and analysis
- 9 automated pipelines for common workflows: podcast, audiobook/ACX, interview, live recording, and music mastering by genre
- Local transcription with Whisper — no API keys, no cloud processing, runs on your machine
- Works with Claude Desktop, Claude Code, or Cursor
- Built with Claude Code — Claude helped write and test the tools against live Audacity
Example Commands
"clean up this podcast recording"→ executes noise reduction, compression, and loudness check"master this for spotify, its EDM"→ runs genre-tuned mastering pipeline"transcribe this and export as SRT"→ performs local Whisper transcription with timestamps"reverse the selection and add a fade out"→ direct effect control
Workflow Examples
For "remove the background noise and get this ready for my podcast," the tool runs the full chain: noise profile, reduction, compression, loudness check. For "master this EDM track," it picks the right HPF, compression ratio, and EQ for the genre.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open Source Browser Tool for Testing MCP Servers Without Installation
An open source web tool called MCP Playground lets developers test MCP servers directly in their browser using WebContainers, a WASM Node.js runtime. It can run npm-based MCP servers locally without backend installation and connect to remote servers via URL.

OMAR: Open-Source TUI for Managing Hundreds of AI Coding Agents Hierarchically
OMAR is a terminal-based dashboard that lets you manage swarms of coding agents (Claude Code, Codex, Cursor, Opencode) in hierarchical orgs. Built on tmux. Features agent-managing-agent hierarchies, heterogeneous backends, and Slack integration.

Orc: Open Source Multi-Project Orchestrator for AI Coding Agents
Orc is an OS-level orchestrator that coordinates AI coding agents across multiple projects using bash, tmux, and git worktrees. It addresses merge conflicts, duplicated work, and coordination overhead with a two-tier review system and zero token burn on orchestration.

Dynamic Status Bar for Claude Code Shows Live Updates
A developer has improved their Claude Code status bar from static text to dynamic display with real-time updates showing what Claude is working on. The configuration is available as a GitHub gist.