Sponsored by Deepsite.site

Audacity MCP Server

Created By
An-38 months ago
MCP server for Audacity
Content

Audacity MCP Server

This project implements an MCP (Model Context Protocol) server that connects to Audacity via its mod‑script‑pipe interface. Using named pipes, the server sends commands to Audacity and receives responses, allowing you to control Audacity (for example, starting/stopping recording or playback) through MCP endpoints. The server can be launched using the uv tool and integrated with the Claude Desktop client.

Table of Contents

  1. Features
  2. Requirements
  3. Installation and Setup
  4. Configuring Audacity
  5. Usage
  6. Configuration with Claude Desktop Client
  7. Troubleshooting
  8. License

Features

  • Audacity Integration: Communicates with Audacity using the mod‑script‑pipe interface via named pipes.
  • MCP Endpoints: Provides MCP tool endpoints to:
    • Retrieve Audacity status.
    • Start and stop recording.
    • Play and pause playback.
  • uv Integration: Uses the uv tool to run the MCP server.
  • Claude Desktop Compatibility: Can be configured to launch using the Claude Desktop client.

Requirements

  • Audacity: Version 3.x or later is recommended.
  • Python: Version 3.13 or newer.
  • uv Tool: For running the MCP server.
  • mod‑script‑pipe: Audacity’s remote control/scripting interface must be enabled.
  • Python Dependencies: The project requires the following packages:
    • httpx
    • mcp[cli]

Installation-and-Setup

  1. Clone or Download the Project:

    git clone <repository-url>
    cd mcp-audacity
    
  2. Set Up a Virtual Environment:

  • Use the uv tool to create and activate the virtual environment:

    uv venv --python=python3.13
    source .venv/bin/activate
    
  1. Install Dependencies
  • Install the required dependencies with:
    uv add "mcp[cli]" httpx
    
  1. Verify the Project Structure
    Make sure your project folder contains at least:
  • audacity_mcp_pipe.py (the main MCP server script)
  • pyproject.toml (project configuration)
  • (Optional) claude_desktop_config.json (for integration with the Claude Desktop client)

Configuring-Audacity

  • For the MCP server to connect with Audacity, its mod‑script‑pipe interface must be enabled.

Step 1: Enable mod‑script‑pipe in Audacity

  • Open Audacity.
  • Open Preferences:
  • On macOS: Click Audacity > Preferences…
  • On Windows: Click Edit > Preferences…
  • Navigate to the Scripting/Remote Control Section:
  • Look for an option such as Enable mod‑script‑pipe or Enable Remote Control/Scripting.
  • Enable the feature.
  • Restart Audacity.

Step 2: Verify Named Pipes

  • Audacity should create two named pipes (by default on macOS/Linux):

  • Command pipe: /tmp/audacity_script_pipe.to.%number%

  • Response pipe: /tmp/audacity_script_pipe.from.%number%

  • Run the following command in a terminal to verify:

    ls -l /tmp | grep audacity_script_pipe
    

If you see extra numbers or characters (e.g. /tmp/audacity_script_pipe.to.1234), update the pipe paths in your audacity_mcp_pipe.py accordingly.

Usage

  • Running the MCP Server from the Command Line 1. Navigate to Your Project Directory:

    cd /%path_to_project%/mcp-audacity
    

2. Activate the Virtual Environment (if not already activated):

source .venv/bin/activate

3. Launch the Server with the uv Tool:

uv run audacity_mcp_pipe.py
  • You should see log messages such as:

    2025-04-13 19:36:32,759 - AudacityMCPServer - INFO - Audacity MCP server starting up
    2025-04-13 19:36:32,760 - AudacityMCPServer - INFO - Opened Audacity mod-script-pipe
    2025-04-13 19:36:32,762 - AudacityMCPServer - INFO - Connected to Audacity mod-script-pipe
    

MCP Endpoints

  • Your MCP server exposes several endpoints that can be invoked by an MCP client. For example:

  • get_status: Retrieves Audacity status.

  • start_recording: Starts recording.

  • stop_recording: Stops recording.

  • play: Starts playback.

  • pause: Pauses playback.

  • These endpoints are defined in audacity_mcp_pipe.py and can be triggered using an MCP client.

Configuration with Claude Desktop Client

  • If you want to run your server via the Claude Desktop client, update your claude_desktop_config.json to point to this project. For example:

    {
      "mcpServers": {
          "audacity": {
          "command": "/%absolute_path_to_ev%/.local/bin/uv",
          "args": [
              "--directory",
              "/Users/andriiboboshko/mcp-audacity",
              "run",
              "audacity_mcp_pipe.py"
          ]
          }
      }
    }
    
  • Ensure the paths match your project location and that your virtual environment is set up correctly.

License

This project is provided under MIT License. Feel free to modify and distribute as needed.

Troubleshooting

Error: spawn uv ENOENT

  • I found that it can occur when MCP server tried to launch uv and despite uv was in my PATH it did not create a process. It fixed when I added an absolute path to uv in the Claude Desktop config claude_desktop_config.json.

ERROR - Failed to connect to Audacity: [Errno 61] Connection refused

  • I've got this error because Audacity created command and response pipes files in the /tmp folder with some numbers:

    /tmp/audacity_script_pipe.to.501
    /tmp/audacity_script_pipe.from.501
    
  • After updating the code with the particular number it worked.

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Amap Maps高德地图官方 MCP Server
DeepChatYour AI Partner on Desktop
Playwright McpPlaywright MCP server
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
WindsurfThe new purpose-built IDE to harness magic
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Serper MCP ServerA Serper MCP Server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
ChatWiseThe second fastest AI chatbot™
Tavily Mcp
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
CursorThe AI Code Editor
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.