MCP Hub
Back to servers

gaudio-developers-mcp

Gaudio Lab Audio AI — Stem Separation, DME Separation, AI Text Sync

glama
Updated
Apr 5, 2026

@gaudiolab/mcp-developers

npm version Glama score License: MIT

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

  1. Sign up at Gaudio Developers
  2. 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

ToolDescription
gaudio_get_key_infoGet API key info: credits, project, permitted models
gaudio_list_modelsList available AI models by category
gaudio_upload_fileUpload audio/video/text file (multipart, auto-chunked)
gaudio_create_jobCreate a processing job
gaudio_get_jobCheck job status and get download URLs
gaudio_separate_audioAll-in-one: upload → process → download URLs
gaudio_sync_lyricsAll-in-one lyrics sync with timestamps

Models

Stem Separation

ModelDescriptionType Options
gsep_music_hq_v1Multi-instrument separationvocal, drum, bass, electric_guitar, acoustic_piano
gsep_music_shq_v1Super HQ vocal + accompanimentvocal
gsep_speech_hq_v1Speech / noise removalspeech

Max: 1GB / 20 min per file. Types can be combined (e.g. vocal,drum).

DME Separation (Dialogue, Music, Effects)

ModelDescription
gsep_dme_dtrack_v1Dialogue extraction
gsep_dme_d2track_v1Dialogue + vocals
gsep_dme_metrack_v1Music + effects
gsep_dme_me2track_v1Music + effects v1
gsep_dme_me2track_v2Music + effects v2 (high quality)
gsep_dme_mtrack_v1Music only
gsep_dme_etrack_v1Effects only

Max: 10GB / 200 min per file.

AI Text Sync

ModelDescriptionLanguages
gts_lyrics_line_v1Lyrics line syncen, ko, ja, zh-cn

Max: 1GB / 10 min. Text: .txt (UTF-8), min 2 lines, max 60 chars/line.

Output: CSV (timestamp, lyric_text, confidence_score) + JSON report.

Supported Formats

TypeFormats
AudioWAV, FLAC, MP3, M4A
VideoMOV, MP4 (audio auto-extracted)
TextTXT (UTF-8)

Output: MP3 (48kHz/320kbps) + WAV (same as input). Download URLs valid for 48 hours.

How It Works

Upload file → Create job → Poll status → Get download URLs

The high-level tools (gaudio_separate_audio, gaudio_sync_lyrics) handle this entire flow automatically. Upload IDs are valid for 72 hours and can be reused across multiple jobs.

Links

License

MIT

Reviews

No reviews yet

Sign in to write a review