Sox
FreeNot checkedProvides audio inspection, conversion, processing, and generation capabilities via SoX, enabling AI agents to 'hear' and manipulate audio files through structur
About
Provides audio inspection, conversion, processing, and generation capabilities via SoX, enabling AI agents to 'hear' and manipulate audio files through structured JSON interfaces.
README
A Model Context Protocol (MCP) server that provides powerful audio inspection and processing capabilities to LLM agents. This server wraps the SoX (Sound eXchange) command-line utilities, allowing AI agents to "hear" and manipulate audio files through structured JSON interfaces.
🚀 Features
Agents can use this server to perform a wide range of audio tasks:
- Inspection: Get detailed metadata (duration, sample rate, channels, bitrate, format, encoding) and statistical analysis (RMS, peak level, etc.) from audio files.
- Conversion: Convert audio between formats (e.g. WAV to MP3).
- Processing:
- Resample audio to different sample rates.
- Adjust volume, normalize peaks, or apply gain.
- Trim audio or remove silence (VAD).
- Remix or swap audio channels.
- Concatenate or mix multiple audio files.
- Apply a vast array of SoX effects (reverb, equalizer, delay, etc.).
- Generation: Generate pure sine tones, white noise, or silence for testing.
- Discovery: List audio files within a directory with optional extension filtering.
📋 Prerequisites
- Python 3.10+
- SoX Utilities: You must have the
soxandsoxiexecutables installed on your system and available in yourPATH.- Windows: Download from sox.sourceforge.net or install via
choco install sox. - macOS:
brew install sox - Linux:
sudo apt-get install sox libsox-fmt-all
- Windows: Download from sox.sourceforge.net or install via
🛠️ Installation
1. Clone the repository
git clone <repository-url>
cd sox-mcp-server
2. Set up a Virtual Environment
python -m venv .venv
# On Windows:
.venv\Scripts\activate
# On macOS/Linux:
source .venv/bin/activate
3. Install Dependencies
pip install -r requirements.txt
💻 Development
Running the Server
The server uses the MCP standard I/O transport. To run it manually for debugging:
python sox_mcp_server.py
Testing
We provide a smoke test script to verify the server and its connection to the SoX binaries:
# Ensure you are in your virtual environment
python test_smoke.py
Environment Variables
If sox or soxi are not in your system PATH, you can specify their location using the SOX_PATH environment variable.
🤖 Integration
Claude Desktop
To use this server with the Claude Desktop app, add it to your configuration file.
Config Location:
- Windows:
%APPDATA%\Claude\claude_desktop_config.json - macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Configuration Example:
{
"mcpServers": {
"sox-mcp": {
"command": "C:\\path\\to\\your\\project\\.venv\\Scripts\\python.exe",
"args": [
"C:\\path\\to\\your\\project\\sox_mcp_server.py"
],
"env": {
"SOX_PATH": "C:\\Program Files\\sox\\sox.exe"
}
}
}
}
Note: Use absolute paths for the python executable and the server script. If sox is not in your system PATH, use the SOX_PATH environment variable as shown above.
LM Studio
LM Studio supports MCP servers. To add this server:
- Open LM Studio.
- Navigate to the MCP section in the settings/sidebar.
- Click Add Server (or equivalent depending on your version).
- Select Command/Stdio as the connection type.
- Enter the following:
- Command: The path to your
.venv\Scripts\python.exe. - Arguments: The absolute path to
sox_mcp_server.py.
- Command: The path to your
- Click Save/Connect.
🛠️ Tool List
| Tool | Description |
|---|---|
audio_info |
Get complete metadata for one or more files. |
list_files |
List files in a directory with optional extension filtering. |
convert_audio |
Convert audio formats and change bit depth. |
resample |
Change the sample rate of an audio file. |
remix_channels |
Merge, split, or swap audio channels. |
trim_audio |
Trim time ranges or auto-trim silence. |
adjust_volume |
Normalize or adjust gain (dB). |
concatenate_audio |
Append, merge, or mix multiple files. |
apply_effect |
Apply any SoX effect (reverb, EQ, etc.). |
audio_stats |
Compute RMS, peak, and other playback statistics. |
generate_tone |
Generate test tones or noise files. |
Installing Sox
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/bingo-tango/sox-mcpFAQ
Is Sox MCP free?
Yes, Sox MCP is free — one-click install via Unyly at no cost.
Does Sox need an API key?
No, Sox runs without API keys or environment variables.
Is Sox hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Sox in Claude Desktop, Claude Code or Cursor?
Open Sox on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Omni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
by buildwithtazaARA
Generate images, video and audio from any AI agent — one connector.
by ARAYouTube
Transcripts, channel stats, search
by YouTubeEverArt
AI image generation using various models.
by modelcontextprotocolCompare Sox with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All media MCPs
