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

MemAware benchmark shows RAG-based agent memory fails on implicit context retrieval
The MemAware benchmark tests whether AI agents can surface relevant past context when users don't explicitly ask for it, revealing that current memory systems score only 2.8% accuracy on hard implicit queries versus 0.8% with no memory.

V6rge AI Suite Update Adds NVIDIA GPU Support and Beta Coding Agent
V6rge AI Suite has released an update that fixes GPU detection issues, adds full NVIDIA GPU support for better performance, and introduces a new beta coding agent that generates and assists with code directly inside the app.

Codesight: AI Context Engine Cuts 30K-60K Tokens from Claude Code Sessions
Codesight is an open-source tool that analyzes codebases to provide AI coding agents with structured context, reducing token waste. A developer collaborated with the maintainer to add AST parsing for Next.js and Prisma, an eval suite, token telemetry, and profiles for Claude Code and Cursor.

SpecLock: Open Source Constraint Engine for AI Coding Agents
SpecLock is an MCP server that actively enforces constraints on AI coding agents like Claude Code. It blocks violations with semantic conflict warnings using synonym expansion, negation detection, and destructive action flagging.