Audacity MCP Server
@An-3
关于 Audacity MCP Server
MCP server for Audacity
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 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, it sends commands to Audacity and receives responses, allowing control (e.g. starting/stopping recording or playback) through MCP endpoints. It can be launched with the uv tool and integrated with the Claude Desktop client.
How to use Audacity MCP Server?
Install dependencies with uv add "mcp[cli]" httpx, then run uv run audacity_mcp_pipe.py from the project directory. For Claude Desktop, update claude_desktop_config.json to point to the project with an absolute path to uv.
Key features of Audacity MCP Server
- Communicates with Audacity using the mod‑script‑pipe interface via named pipes.
- Provides MCP tool endpoints for status, recording start/stop, and play/pause.
- Uses the
uvtool to run the MCP server. - Can be configured to launch using the Claude Desktop client.
- Requires Audacity 3.x+, Python 3.13+, and enabled mod‑script‑pipe.
Use cases of Audacity MCP Server
- Automating audio recording and playback through AI assistants.
- Integrating Audacity control into MCP‑compatible clients like Claude Desktop.
- Starting and stopping recordings programmatically without manual GUI interaction.
- Retrieving Audacity status for monitoring in scripting workflows.
FAQ from Audacity MCP Server
How do I connect Audacity MCP Server to Audacity?
Enable mod‑script‑pipe in Audacity’s preferences under Scripting/Remote Control, then restart Audacity. The server will use the named pipes created by Audacity.
Which Python dependencies are required?
The project requires httpx and mcp[cli].
What MCP endpoints does the server expose?
It exposes get_status, start_recording, stop_recording, play, and pause endpoints.
How do I fix a "spawn uv ENOENT" error?
Use an absolute path to uv in the Claude Desktop config (claude_desktop_config.json).
Why do I get "Failed to connect to Audacity: [Errno 61] Connection refused"?
Audacity may have created pipe files with an appended number (e.g. /tmp/audacity_script_pipe.to.501). Update the pipe paths in audacity_mcp_pipe.py to match.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论