MCP Audio Inspector
JSON →Analyzes audio files and extracts metadata, tailored for game audio development workflows.
Install
npx mcp-audio-inspector Tools · 5
- inspect_audio Analyze an audio file and return detailed metadata including format, sample rate, channels, duration, and codec information.
- visualize_audio Generate a waveform visualization of an audio file and return the image path or base64-encoded image data.
- convert_audio Convert an audio file to a different format or sample rate, returning the path to the converted file.
- trim_audio Trim an audio file to a specified start and end time, returning the path to the trimmed file.
- get_audio_duration Return the duration of an audio file in seconds.