Separates stems and DME tracks, syncs lyrics, and processes audio, video, and text through the Gaudio Lab API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag ā we're steadily working through the catalog.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Gaudio Developers MCP.
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
The gaudiolab-jp/gaudio-developers-mcp MCP server connects MCP-compatible clients to the Gaudio Lab Audio AI API. It supports three main workflows: separating musical stems, separating dialogue/music/effects tracks, and aligning lyrics with timestamps.
Stem separation models can produce vocal, drum, bass, electric guitar, acoustic piano, or speech outputs depending on the selected model. DME models handle dialogue, vocals, music, and effects in different combinations. The lyrics workflow accepts UTF-8 text files and returns synchronized lyric data as CSV with timestamps, lyric text, and confidence scores, along with a JSON report.
Supported inputs include WAV, FLAC, MP3, M4A, MOV, MP4, and UTF-8 TXT files. Video inputs have their audio extracted automatically. Processing outputs include MP3 at 48 kHz and 320 kbps, plus WAV in the same format as the input where applicable. Download URLs remain valid for 48 hours.
The gaudiolab-jp/gaudio-developers-mcp MCP server can perform the API workflow in stages: upload a file, create a processing job, poll the job status, and retrieve download URLs. Upload identifiers remain reusable for 72 hours, allowing multiple jobs to use the same uploaded file.
Two higher-level operations wrap this sequence. gaudio_separate_audio handles upload, processing, and result retrieval for audio separation. gaudio_sync_lyrics provides the corresponding end-to-end workflow for lyric synchronization. The staged tools are useful when an agent needs to inspect or control individual steps.
File limits depend on the model family. Stem separation accepts files up to 1 GB and 20 minutes, DME separation accepts up to 10 GB and 200 minutes, and lyric synchronization accepts up to 1 GB and 10 minutes. Lyric files must contain at least two lines, with a maximum of 60 characters per line.
The gaudiolab-jp/gaudio-developers-mcp MCP server requires a Gaudio Developers account, a project, and an API key created in the Gaudio dashboard. Set the key in the GAUDIO_API_KEY environment variable.
A local stdio configuration runs the published npm package with npx:
The package is intended for MCP-compatible clients, including Claude, Cursor, VS Code, GitHub Copilot, and other clients that support MCP. The API key controls project access, available models, and credit information.
gaudio_get_key_info reports credits, project details, and permitted models.gaudio_list_models lists available models by category.gaudio_upload_file uploads audio, video, or text using multipart transfer with automatic chunking.gaudio_create_job starts a processing job.gaudio_get_job checks job status and returns download URLs.gaudio_separate_audio combines upload, processing, and result retrieval for separation tasks.gaudio_sync_lyrics runs lyric synchronization and returns timestamped results.The repository is licensed under MIT. API access requires the Gaudio Developers service and an API key; the provided material does not specify service pricing or credit costs.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/gaudiolab-jp-gaudio-developers-mcp)<a href="https://allmcps.com/mcp/gaudiolab-jp-gaudio-developers-mcp"><img src="https://allmcps.com/api/badge/gaudiolab-jp-gaudio-developers-mcp?style=directory" alt="Gaudio Developers MCP on AllMCPs" /></a>