audio-analyzer-rs: An MCP Server for Audio Analysis with Claude

What audio-analyzer-rs Does
A developer has built audio-analyzer-rs, an MCP (Model Context Protocol) server implemented in Rust that provides Claude with direct access to audio file analysis capabilities. This allows Claude to analyze audio data without requiring manual preprocessing or external tool usage.
Key Analysis Features
According to the source, the server provides an assortment of audio analysis capabilities:
- Spectral analysis
- Harmonic analysis
- Rhythm analysis
- LUFS loudness measurements following EBU R128 standards
- Dynamic range analysis
Performance and Efficiency
The developer notes that the implementation is "fairly token efficient." Claude typically starts with low-resolution analysis as per MCP instructions and then zooms in on small chunks of audio data as necessary, optimizing token usage while maintaining analytical depth.
Practical Application Example
The developer tested the system with a jazz trio recording and asked Claude for mixing and mastering feedback. Claude was able to:
- Identify a noisy 12-second tail in the recording
- Detect a true peak headroom problem
- Recognize that the LRA (Loudness Range) was "way too narrow for acoustic jazz"
- Provide a specific mastering chain in the correct order
All of this analysis was performed directly from the raw audio data, demonstrating how Claude can interpret audio characteristics from numerical data.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open-sourced library of 59 Claude skills covers full website lifecycle
A developer released 59 reusable Claude skills covering brand discovery, design, content, SEO, development, ops, and growth — stack-agnostic, with uniform structure and CI lint validation.

Automated Session State Management for Claude Code Handoff
A GitHub project provides automated hooks to maintain a live session state file (.claude/session-state.md) throughout Claude conversations, addressing autocompact context loss and mid-conversation context degradation. The system uses four bash scripts with jq to track important events and file edits.

Claude-File-Recovery: CLI tool extracts files from Claude Code session history
claude-file-recovery is a Python CLI tool and TUI that parses JSONL session transcripts from ~/.claude/projects/ to recover files created, modified, or read by Claude Code, including point-in-time recovery of earlier file versions.

Paper Lantern MCP Server Connects Claude Code to Research Papers
Paper Lantern is an MCP server built with Claude Code that connects coding agents to over 2 million CS and 43 million biomedical research papers, enabling them to find benchmarked methods instead of defaulting to training data.