Inspect local audio files β playback, metadata, loudness, spectrogram.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
An MCP App for playing and inspecting local audio files in an MCP host.

Renders an in-conversation UI with playback, metadata, loudness, a spectrogram, and an optional annotation-lane timeline.
File metadata, loudness statistics, the current playhead position, any selected region, and the annotation lanes active at the playhead are also exposed back to the model, so follow-up tasks can refer to what the user is actually hearing and looking at.
The server runs locally over stdio. Every install path below configures the
same command: npx -y @counterpoint-studio/audio-file-mcp-app.
Easiest: grab the latest .mcpb from the
Releases page
and double-click it. Claude Desktop has Node bundled, so no extra runtime
is needed.
Or add the server by hand to claude_desktop_config.json:
audiofile-mcp-appnpx-y and @counterpoint-studio/audio-file-mcp-appOr add to .vscode/mcp.json (workspace) or your user mcp.json:
Paste this deep link into your browser (Goose Desktop must be installed; the custom URI scheme can't be a real link in a GitHub README):
Or run goose configure β Add Extension β Command-line Extension and
enter npx -y @counterpoint-studio/audio-file-mcp-app.
Ask the host to show you a local audio file by its absolute path. For example:
"Show me
/Users/me/Music/track.wav"
The host calls the display_audio_file tool, which renders the in-app UI
with waveform, spectrogram, loudness metrics, and playback transport.
display_audio_file accepts an optional annotations object describing lanes
to draw on the timeline (or an annotationsPath pointing at a JSON file with
the same { "lanes": [...] } shape β handy for large payloads):
Times are in seconds on the audio's own timeline. label, color, and
envelope are optional; a lane with an envelope fades its span opacity along
the envelope curve, and uncoloured lanes use a light-accent fill. Overlapping
spans in a lane are truncated at the next span's start so rows never overlap.
The model can author annotations to point out sections, mark events, or
visualise an analysis it just ran.
Tested and known to work in:
pnpm run build:dist produces the publishable layout under dist/
(dist/mcp-app.html + dist/server/).
The MCP Registry step runs mcp-publisher publish automatically after
pnpm publish. It needs a valid login β if it fails with an auth error, run
mcp-publisher login github and then mcp-publisher publish by hand.
mcp-publisher is a Go binary; install it via brew install mcp-publisher
or per the registry quickstart.
ISC Β© Counterpoint Studio OΓ
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/audio-file-mcp-app)<a href="https://allmcps.com/mcp/audio-file-mcp-app"><img src="https://allmcps.com/api/badge/audio-file-mcp-app?style=directory" alt="Audio File MCP App on AllMCPs" /></a>