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

Benchmarking Nemotron 3 Super 120B with 1M token context on M1 Ultra
A user tested Nemotron 3 Super 120B with a Q4_K_M quantized model using llama.cpp on an M1 Ultra, achieving a 1 million token context window that consumed approximately 90GB of VRAM. Performance benchmarks show token generation speeds ranging from 255 t/s at 512 prompt processing down to 22.37 t/s at 100,000 token context.

Clawmates: OpenClaw, but for Teams
New project brings multi-user OpenClaw deployment with shared knowledge, cost visibility, and admin controls.

Multi-operator Claude Code: Hub-based architecture for multi-agent sessions
A hub-based setup for Claude Code enables multiple people to attach to the same session, route subtasks across repos, and run headless agents in Docker containers.

Natural Language Autoencoders: Turning Claude's Internal Representations into Text
Transformer Circuits Thread publishes Natural Language Autoencoders that decode Claude's internal activations into readable text. GitHub repo and interactive demo available.