Skip to main content
Glama

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]'
pytest

The 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.server

Generated 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 list

The 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.

-
license - not tested
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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