midasheng-gen-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@midasheng-gen-mcpMake a thunderstorm at night in a forest"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
midasheng-gen-mcp
Generate coherent 16 kHz mixed audio scenes from text - speech, music, sound effects, and ambience in one pass - powered by MiDashengLM-Gen (Xiaomi Research), an LLM-driven autoregressive flow matching model (Qwen3-1.7B backbone, 2.9B params total). Apache-2.0, runs entirely on your GPU.
What this wraps
MiDashengLM-Gen - the first end-to-end trained general text-to-audio model (per the paper): an LLM drives per-token flow matching to generate variable-length audio scenes with speech intelligibility approaching dedicated TTS (Seed-TTS WER 12.15% -> 2.79% vs 1.24% for dedicated TTS). Supports 9 languages and emotion control. Checkpoint auto-downloads from Hugging Face (~6 GB). Model weights are never bundled - see docs/WRAPPEE.md.
Related MCP server: MMAudio MCP
What You Can Do
How it runs: a local FastMCP 3.4 server (stdio for Claude Desktop, HTTP
/mcp for Cursor/webapp) with a React dashboard. The model loads lazily on
first generate and stays on the GPU until unloaded.
Direction | Artifacts | Notes |
Hands-in | structured caption (caption/asr/speech/sfx/music/env views), guidance + seed params | Via MCP tool, REST, or webapp |
Hands-out | 16 kHz mono WAV scenes, indexed in SQLite, browsable/exportable |
|
Generate whole soundscapes in one call - crowd laughter + jazz sting + comedy speech, or rain + thunder + forest ambience
Speech intelligibility near dedicated TTS quality, 9 languages, emotion control through the
speechviewScene library with pagination, audio playback, and export in the webapp
Async job API for long generations; Prefab UI cards in chat
Variable-length output via the learned stop head - no fixed-duration cuts
Quick Install
The fastest path is the .mcpb bundle for Claude Desktop (see INSTALL.md for all options):
Download
midasheng-gen-mcp-v0.1.0.mcpbfrom ReleasesDrag it onto Claude Desktop
First use will download the ~6 GB checkpoint automatically
Or clone and double-click start.bat for the full stack (backend + webapp).
Example Prompts
"Generate a comedy club scene: a punchline, crowd laughter, and a jazz band sting" ->
audio_scene(operation="generate", caption="A comedian delivering a punchline followed by uproarious crowd laughter", asr="And that is why I never buy cheap luggage anymore!", speech="expressive comedic male voice", music="sudden upbeat jazz band sting", sfx="crowd laughter", env="intimate comedy club")"Make a thunderstorm at night in a forest" ->
audio_scene(operation="generate", caption="A rolling thunderstorm in a forest at night", sfx="distant thunder and heavy rain", env="dense forest", seed=42)"What's the model state?" ->
audio_scene(operation="status")
Documentation
Doc | Contents |
All install methods, prerequisites | |
First-run model download, GPU checks, pitfalls | |
MiDashengLM-Gen paper, weights, license, demo | |
System architecture, ports, data flow | |
Env vars, config options | |
All available tools | |
Contributing, local setup | |
Common issues |
Requirements
Windows/Linux/macOS with a CUDA GPU (RTX 4090 class: ~12 GB VRAM (fp32); CPU inference works but is slow)
Python 3.12+ via uv, Node.js 20+, bun (auto-installed by
start.ps1on naked PCs)~10 GB free disk (checkpoint ~6 GB + torch stack)
License
Apache-2.0 (model and this wrapper). See the use-restrictions section in the upstream repo: no unlawful/military use, no harm to minors or groups.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables AI assistants to generate and control real-time audio synthesis through natural language descriptions using SuperCollider. Features 10 built-in synth types, pattern sequencing, audio recording, and server lifecycle management for creating sounds from simple English descriptions.111

MMAudio MCPofficial
AlicenseBqualityCmaintenanceEnables AI-powered video-to-audio and text-to-audio generation using MMAudio's API. Create synchronized audio from video content or generate audio from text descriptions with configurable parameters.3103MIT- Alicense-qualityCmaintenanceEnables users to generate sound effects from text descriptions using Meta's AudioGen model. Specifically designed for Apple Silicon Macs, it supports single and batch audio generation directly from natural language prompts.1MIT
- Alicense-qualityBmaintenanceGenerate and refine AI images/audio/video through natural conversation.397Apache 2.0
Related MCP Connectors
Generate images, video, music and voice from your CLI or AI agent. On-brand AI media toolkit.
AI-manageable audio CDN: upload, transcode, normalize, stream & deliver audio, plus grounded docs.
Transform video, audio and images, and generate media from prompts. FFmpeg, captions, models.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sandraschi/midasheng-gen-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server