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

Learning-Kit: A Claude Code Plugin for Codebase Onboarding and Exploration
Learning-kit is a free Claude Code plugin that analyzes repositories to generate structured learning plans and interactive tutorials. It helps developers understand unfamiliar codebases before making changes, with configurable enforcement modes and progress tracking.

Telegram Bot for Claude Code CLI Control from Mobile
A developer built a Telegram bot that bridges to the Claude Code CLI, allowing control via mobile commands like /commit, /code_review, and /simplify. The bot auto-discovers custom skills, processes photos/documents/voice notes, and supports group chat sessions.

MarkView: Open-source tool renders and manages AI-generated Markdown files
MarkView is a private-first rendering engine that displays Markdown files with Mermaid diagrams and KaTeX math, available as a web app, native macOS app, and MCP server for Claude Desktop and Cursor integration.

Loom: A Local Execution Harness for Complex AI Tasks
Loom is an open-source local execution harness designed to manage complex tasks by providing a structured process with around 50 tools, a custom package plugin system for repeatable workflows, and both CLI and MCP server interfaces.