Audio Separation MCP Server

Audio Separation MCP Server

Enables audio source separation into vocals and instruments using ComfyUI MelBandRoFormer models via a set of MCP tools.

Category
Visit Server

README

Audio Separation MCP Server

Streamable MCP server for ComfyUI MelBandRoFormer audio source separation.

Tools

Tool Description
audiosep_health Check ComfyUI backend status
audiosep_list_models List available MelBandRoFormer models
audiosep_start_job Submit audio file for separation
audiosep_get_job Get job status/results
audiosep_cancel_job Cancel a running job
audiosep_list_artifacts List all stored artifacts
audiosep_get_artifact Download artifact by name

Running

MCP Server (streamable-http)

cd /home/tyrel/projects/audio-sep-mcp
AUDIOSEP_MCP_PORT=8769 python mcp_server.py  # serves on http://localhost:8769/mcp

Note: default port 8765 collides with other local MCP servers — the systemd service below overrides it to 8769.

With Gradio UI

python app.py  # serves on :8767

systemd (user services)

Both services are managed as systemd user units and start automatically (linger enabled):

systemctl --user status audio-sep-mcp.service audio-sep-gradio.service
systemctl --user restart audio-sep-mcp.service audio-sep-gradio.service
journalctl --user -u audio-sep-mcp.service -f

Unit files: ~/.config/systemd/user/audio-sep-mcp.service, ~/.config/systemd/user/audio-sep-gradio.service.

Environment Variables

Variable Default Description
COMFYUI_URL http://localhost:8188 ComfyUI backend URL
AUDIOSEP_MCP_PORT 8765 MCP server port (systemd service overrides to 8769)
AUDIOSEP_WORKSPACE ~/Documents/audio-sep-output Working directory
AUDIOSEP_WORKFLOW_PATH ~/ComfyUI/user/default/workflows/hermes_known_good/melband_roformer_vocals_instruments_preview.json Workflow file
AUDIOSEP_OUTPUT_RETENTION_DAYS 30 Artifact cleanup age

Supported Input Formats

wav, mp3, flac, ogg, aac, m4a, mp4, webm

Output

Splits audio into vocals.wav and instruments.wav in ~/Documents/audio-sep-output/artifacts/<job_id>/.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured