@gaudiolab/mcp-developers
MCP server for Gaudio Lab Audio AI API. Separate vocals, instruments, dialogue, music, effects from any audio/video — or sync lyrics to timestamps — all through natural language in your AI tools.
Works with Claude, ChatGPT, Cursor, VS Code, GitHub Copilot, and any MCP-compatible client.
Get Your API Key
- Sign up at Gaudio Developers
- Create a project and get your API key from the dashboard
Quick Start
Add to your MCP client config:
{
"mcpServers": {
"gaudio": {
"command": "npx",
"args": ["-y", "@gaudiolab/mcp-developers"],
"env": {
"GAUDIO_API_KEY": "your-api-key-here"
}
}
}
}Then just ask in natural language:
- "Separate the vocals from this file"
- "Extract the dialogue from this video"
- "Sync these lyrics to this song"
- "What models are available?"
- "How many credits do I have left?"
Tools
| Tool | Description |
|---|---|
gaudio_get_key_info |
Get API key info: credits, project, permitted models |
gaudio_list_models |
List available AI models by category |
gaudio_upload_file |
Upload audio/video/text file (multipart, auto-chunked) |
gaudio_create_job |
Create a processing job |
gaudio_get_job |
Check job status and get download URLs |
gaudio_separate_audio |
All-in-one: upload → process → download URLs |
gaudio_sync_lyrics |
All-in-one lyrics sync with timestamps |






