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

Off Grid Mobile App Adds On-Device AI Tool Use with 3x Speed Improvement
Off Grid mobile app now enables AI models to use tools like web search, calculator, date/time, and device info entirely offline, with configurable KV cache options delivering up to 30 tokens/second on phones.

Claude Code + MCP generates test suites from source code
Claude Code analyzes source code to generate hierarchical test suites covering modules, features, scenarios, happy paths, edge cases, and error handling, then pushes them to test management systems via MCP.

Self-Hosted GitHub Bot Runs Claude Code with 40+ Webhook Triggers and MCP Tools
A self-hosted GitHub bot leverages Claude Agent SDK with full Claude Code features, supporting 40+ webhook triggers, 4 built-in MCP servers, and custom YAML-based workflows for PR review, CI auto-fix, and issue triage.

Open-Sourced the-vibe-stack: Markdown Rules to Maintain Claude Code Consistency
A developer has open-sourced 'the-vibe-stack' — a set of Markdown rules designed to keep Claude Code on track during long sessions by enforcing a rigid schema. The approach aims to reduce logic drift and token waste while ensuring predictable output.