audio-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., "@audio-mcpGenerate a soothing rain sound effect for 5 seconds"
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.
audio-mcp
A mock-first Model Context Protocol server for audio generation. It creates deterministic placeholder WAV files locally, making it possible to develop and test an audio-tool workflow without credentials, network calls, or generation fees.
Tools
generate_music(prompt, duration_seconds=2.0)generate_sound_effect(prompt, duration_seconds=1.0)get_generation_status(generation_id)
Generation calls complete synchronously and return a generation ID plus a local asset containing its path, file URI, MIME type, format, and duration. Durations must be between 0.1 and 30 seconds.
Development
Python 3.10 or newer is required.
python -m venv .venv
. .venv/bin/activate
pip install -e '.[dev]'
pytestThe integration test launches the STDIO server, initializes an MCP client, lists the tools, calls every tool, and checks the generated WAV asset.
Run the server
The default transport is STDIO:
python -m audio_mcp.serverGenerated files are written to .audio-mcp/. Override that location with
AUDIO_MCP_OUTPUT_DIR.
To register a development checkout with Codex CLI:
codex mcp add audio-dev -- python -m audio_mcp.server
codex mcp listThe server intentionally has no paid provider integration. A production provider can later implement the same asset response contract once the MCP workflow has been validated.
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.
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/narteyr/audio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server