The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Autoeq MCP listing page.
An MCP (Model Context Protocol) server that gives AI assistants access to the AutoEQ headphone equalization database — 8,800+ headphones and IEMs with parametric EQ settings, sound signature analysis, and Harman preference scores.
Ask your AI assistant things like:
The server automatically analyzes frequency response measurements across 8 bands and classifies each headphone's sound signature (Neutral, Warm, Bright, Dark, V-shaped, etc.).


| Tool | Description |
|---|---|
eq_search | Search by name, type (over-ear/in-ear/earbud), sound signature, or measurement source |
eq_profile | Get full EQ profile — parametric EQ, fixed band EQ, per-band analysis with visual bars |
eq_compare | Side-by-side comparison of two headphones across all frequency bands |
eq_recommend | Recommendations by preference (neutral, warm, bright, bass, vocal, fun, analytical) |
eq_ranking | Harman headphone listener preference score rankings |
eq_targets | List all 61 available target curves (Harman, Diffuse Field, etc.) |
eq_sync | Pull latest data from AutoEQ GitHub and rebuild the database |
For Claude Desktop, add to your config file:
All configuration is via environment variables:
| Variable | Default | Description |
|---|---|---|
AUTOEQ_DATA_DIR | ~/.autoeq-mcp | Directory for repo clone and SQLite DB |
AUTOEQ_MCP_PORT | 3008 | SSE server port |
AUTOEQ_MCP_HOST | 0.0.0.0 | SSE server host |
AUTOEQ_MCP_ALLOWED_HOSTS | (none) | Comma-separated allowed hosts for SSE |
All headphone data comes from AutoEQ by Jaakko Pasanen (MIT License).
The database syncs from the AutoEQ GitHub repository. Run eq_sync or autoeq-mcp --sync to update.
The server analyzes each headphone's frequency response error (deviation from target) across 8 bands and classifies it:
| Signature | Characteristics |
|---|---|
| Neutral | All bands within ±2 dB of target |
| Warm | Elevated bass, flat/recessed treble |
| Bright | Elevated treble, flat/recessed bass |
| Dark | Recessed treble |
| V-shaped | Elevated bass + treble, recessed mids |
| U-shaped | Elevated bass + treble |
| Bass-heavy | Strongly elevated bass (>3 dB) |
| Mid-forward | Elevated mids, flat bass/treble |
| Harman-like | Total deviation < 1.5 dB average |
MIT — See LICENSE