MCP Servers / development / MCP Audio Inspector

MCP Audio Inspector

JSON →
httpnonedevelopment

Analyzes audio files and extracts metadata, tailored for game audio development workflows.

Install
How to run this server
[ { "cmd": "npx mcp-audio-inspector", "imports": [] } ]
server path: mcp-audio-inspector
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
Resources
MCP Audio Inspector — MCP Server · libregistry