audio-analyzer-rs

JuzzyDee/audio-analyzer-rs
★ 15 stars Rust 🤖 AI/LLM Updated 7d ago
MCP server that gives Claude the ability to hear music. Pure Rust audio analysis — spectral, harmonic, rhythm, timbre — returned as structured data.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "audio-analyzer-rs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "audio-analyzer-rs"
      ]
    }
  }
}