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

Krasis LLM Runtime Shows 8.9x Prefill and 4.7x Decode Speed Improvements Over Llama.cpp
Krasis LLM runtime now runs both prefill and decode entirely on GPU with different optimization strategies, achieving 8.9x faster prefill and 4.7x faster decode than llama.cpp on Qwen3.5-122B with a single 5090 GPU.

Shield: Open-Source Security Plugin for Claude Code with Unified Scanning
Shield is an open-source security plugin for Claude Code that orchestrates multiple security tools from a single /shield:shield command, auto-detects your stack, runs installed tools, and generates unified reports with risk scores and code fix suggestions.

Claude Code Plugin for Reddit Business Research
A Claude Code plugin automates Reddit research for businesses by searching relevant posts, analyzing threads, and generating structured markdown reports with findings and source links. No API keys required—install via GitHub and run with a single command.

TrustLog Dynamics: Python Daemon Uses Bond Math to Kill Rogue AI Agents
TrustLog Dynamics is a Python daemon that monitors AI agent API costs in real time and terminates processes using two quantitative finance methods: convexity detection for accelerating costs and zero-variance detection for mechanical loops.