Catalog
com.gaudiolab/mcp-developers
OfficialGaudio Lab Audio AI — Stem Separation, DME Separation, AI Text Sync
Performs audio AI tasks including stem separation and text synchronization.
README not available yet.
Install
Configuration
Environment variables
GAUDIO_API_KEYrequiredsecretGaudio Lab API key from https://www.gaudiolab.com/developers
claude_desktop_config.json
{
"mcpServers": {
"mcp-developers": {
"command": "npx",
"args": [
"-y",
"@gaudiolab/mcp-developers@1.0.1"
],
"env": {
"GAUDIO_API_KEY": "<YOUR_GAUDIO_API_KEY>"
}
}
}
}