Audacity MCP Server Gives Claude AI Full Audio Editing Control

A developer has created an MCP server that connects Claude AI to Audacity, allowing natural language control of audio editing tasks. The tool uses Audacity's mod-script-pipe interface to execute commands.
Key Features
The server provides 99 tools for audio manipulation. Users describe what they want in natural language, and Claude runs the corresponding effects, cleanup, or mastering operations.
Example Commands
- "Clean up this podcast" → performs noise reduction, compression, and loudness check
- "Master this for Spotify, it's EDM" → runs a genre-specific mastering pipeline
- "Transcribe this and export as SRT" → uses local Whisper transcription with timestamps
Workflow Features
The tool includes 9 one-click pipelines for common workflows. The transcription feature is experimental but works locally without requiring cloud services or external APIs.
Availability
The project is free and open source, available on GitHub. It works with Claude Desktop, Claude Code, or Cursor.
📖 Read the full source: r/ClaudeAI
👀 See Also

adamsreview: A Multi-Stage PR Review Plugin for Claude Code with Parallel Agents and Auto-Fix Loop
adamsreview is a Claude Code plugin that runs deeper, multi-stage PR reviews using parallel sub-agents, validation passes, persistent JSON state, and an optional ensemble review via Codex CLI and PR bot comments.

Ouroboros 0.26.0-beta Combines Claude and Codex via MCP Server
Ouroboros 0.26.0-beta introduces a harness that runs Claude and Codex simultaneously, assigning Claude to clarify user intent and Codex to execute well-defined tasks via an MCP server architecture.

Open Source Chrome Extension Development Skills Package Released
Developer quangpl has packaged four years of Chrome extension development experience into eight AI agent skills covering scaffolding with WXT, manifest generation, security auditing, testing, asset generation, publishing, and MV2 to MV3 migration.

SkillMesh: MCP-Friendly Router for Large Tool Catalogs Reduces Context Size by 70%
SkillMesh is an MCP-friendly router that retrieves only relevant expert cards for AI agent queries, reducing context size by 70% and improving tool selection. It supports Claude via MCP server, Codex skill bundles, and OpenAI-style function schemas.