MCP Audacity
Related Servers
Alternatives to MCP Audacity
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenanceEnables MCP-compatible AI assistants to control Audacity 4 locally for audio editing, effects, VST3 plugins, and cleanup pipelines via a TCP JSON-RPC bridge, with no cloud or API keys.1562Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables LLM-driven audio pipelines by controlling Audacity through mod-script-pipe, allowing generative audio, effects, and export via MCP tool calls.MIT
- AlicenseBqualityDmaintenanceAn open-source MCP server that connects your IDE or AI assistant to the Codex CLI, enabling non-interactive automation with codex exec, safe sandboxed edits with approvals, and large-scale code analysis via @ file references.85 npmMIT
- FlicenseAqualityBmaintenanceMCP server for controlling REAPER digital audio workstation from natural language. It enables AI agents to create tracks, import audio, adjust mix parameters, and manage sessions through typed operations and a REAPER bridge.22-
- AlicenseNot gradedqualityCmaintenanceLocal MCP server enabling Codex and ChatGPT to read/write files, execute commands, manage processes, use Git, and inspect images on the user's machine with full privileges.Apache 2.0
- FlicenseNot gradedqualityCmaintenanceA local MCP server that connects Claude Code to your work environment through auditable tools for file operations, API calls, and command execution, with safety gates and configuration.-
TDQS
Scored across 253 tools
Several tool pairs are nearly indistinguishable: edit_split_cut and edit_split_delete have identical descriptions ('leaves silence where audio was'), raw_paulstretch duplicates effect_paulstretch, project_export_labels overlaps label_export, and over 100 raw_* tools share the same boilerplate description with no guidance on selection. The multiple fade tools (effect_fade_in/out, effect_adjustable_fade, effect_studio_fade_out) and cursor-position tools (cursor_set_position, transport_set_cursor, raw_seek) further blur boundaries.
The curated tools mostly follow a consistent domain_action pattern (edit_, effect_, project_, track_, label_, generate_, transport_), but the ~120 raw_* tools use Audacity's internal command names with inconsistent formatting (raw_beatsand_measures vs raw_sel_cursor_stored_cursor). Standalone tools like compressor, limiter, normalize, truncate_silence, get_default_export_folder, and check_pipeline_status also break the established convention.
253 tools is an extreme count, far beyond any reasonable scope for an MCP server. Roughly half are raw_* pass-through commands for trivial UI actions (raw_cursor_left, raw_next_frame, raw_shift_up) that an agent would rarely need and that could be consolidated into a single parameterized command or removed entirely.
The surface covers the full Audacity domain: project lifecycle, track management, editing, 30+ effects, selection, labels, transport, analysis, generation, noise processing, mastering pipelines, and transcription. A few workarounds exist (label_delete_audio_at is a composite operation because Audacity lacks a native single-label delete) and transcription is experimental, but no major workflow is a dead end.