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

Sense: Go SDK for LLM-powered test assertions and structured text extraction
Sense is a Go SDK that uses Claude for two main functions: evaluating non-deterministic output in tests with plain English assertions, and extracting typed structs from unstructured text through reflection and forced tool_use.

Open-source CLI uses Claude Haiku to automate Xero expense auditing
A developer has released an open-source Python CLI tool that uses Claude Haiku 4.5 to automate Xero expense auditing. The tool follows a 'deterministic code first, then AI to fill in the gaps' approach, keeping costs to a few cents per audit run.

OpenGalatea MCP Server Connects Claude to Prusa 3D Printers
OpenGalatea is an open-source MCP server that enables Claude to control Prusa 3D printers via PrusaLink, allowing natural language commands to search Printables.com, slice models, and manage prints.

HostMyClaudeHTML: One-Click Sharing for Claude HTML Artifacts
A developer built hostmyclaudehtml.com, a free tool that lets you share Claude-generated HTML artifacts as live URLs by dragging and dropping the .html file. No account is required for uploaders or viewers.