Loudness (EBU R128 / BS.1770-4), true-peak and voice-quality analysis for AI agents. Reads local files as well as URLs.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"audiolab-mcp-server": {
"command": "npx",
"args": [
"-y",
"Audio-Launch/audiolab-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add audiolab-mcp-server npx -y Audio-Launch/audiolab-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"audiolab-mcp-server": {
"command": "npx",
"args": [
"-y",
"Audio-Launch/audiolab-mcp-server"
]
}
}
}