Skip to main content
ClaudeWave

Unofficial cross-platform MCP server for A1 Evo AcoustiX, REW, Audyssey, and safe Denon/Marantz AVR calibration, presets, and LAN control.

MCP ServersRegistry oficial1 estrellas0 forksJavaScriptMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/28/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/daredoole/evoburrow-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "evoburrow-mcp": {
      "command": "node",
      "args": ["/path/to/evoburrow-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/daredoole/evoburrow-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# EvoBurrow MCP

> A careful little control room for A1 Evo AcoustiX and Denon/Marantz AVRs.

[![CI](https://github.com/daredoole/evoburrow-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/daredoole/evoburrow-mcp/actions/workflows/ci.yml)
[![CodeQL](https://github.com/daredoole/evoburrow-mcp/actions/workflows/codeql.yml/badge.svg)](https://github.com/daredoole/evoburrow-mcp/actions/workflows/codeql.yml)
[![License: MIT](https://img.shields.io/badge/license-MIT-6F8F72.svg)](LICENSE)
[![Buy Me a Coffee](https://img.shields.io/badge/Buy_Me_a_Coffee-support-FFDD00?logo=buymeacoffee&logoColor=111)](https://buymeacoffee.com/daredoole)

EvoBurrow is an unofficial, cross-platform Model Context Protocol (MCP) server for A1 Evo AcoustiX, Room EQ Wizard (REW), Audyssey calibration artifacts, and Denon/Marantz AVR control. It inspects calibration files, runs protected measurements, coordinates Speaker Preset 1/2, and makes allowlisted LAN changes with backups and verification.

It is not affiliated with or endorsed by OCA, A1 Evo AcoustiX, Audyssey, Denon, or Marantz. A1 Evo remains the owner of measurement, optimization, and calibration transfer.

## Choose the right audio MCP

| Use this project when you need | Use [Audio Calibration MCP](https://github.com/daredoole/audio-calibration-mcp) when you need |
|---|---|
| A1 Evo AcoustiX artifact inspection or terminal workflows | General REW measurement and room/speaker analysis |
| Denon/Marantz AVR status, preset mapping, backup, or guarded LAN control | Car audio, powered speakers, laptop audio, or standalone DSP |
| Audyssey `.ady`/`.oca` calibration review tied to live AVR state | JamesDSP, CamillaDSP, Equalizer APO, FIR, or listening-test workflows |

The projects are complementary, but intentionally separate: EvoBurrow owns AVR-specific safety and A1 context; Audio Calibration MCP stays hardware-neutral.

## What lives in the burrow

- Inspect and compare `.ady`, `.oca`, `.avr`, `.mdat`, HTML reports, target curves, and session logs.
- Diagnose measurement repeatability, polarity, timing, crossover headroom, subwoofer integration, and speaker geometry.
- Discover or start REW on Windows, macOS, and Linux, negotiate its local API, protect sweeps, save/load MDAT files, and analyze phase-aware crossover summation and multiseat consistency.
- Read Denon/Marantz status, decode protocol responses, snapshot the AVR, preview exact diffs, execute only allowlisted changes after confirmation, and verify the result.
- Catalog A1 calibration files and bind their hashes to Denon Speaker Preset 1/2 without confusing presets with Quick Select buttons.
- Run A1's terminal workflow only through a hash-bound, locked, time-limited adapter with saved transcripts.

Generic car, laptop, JamesDSP, FIR-laboratory, and listening-test workflows intentionally remain in [Audio Calibration MCP](https://github.com/daredoole/audio-calibration-mcp).

## Safety model

Read-only inspection comes first. Receiver writes, A1 terminal runs, file loads, target creation, and REW startup use explicit plans or confirmation. Arbitrary AVR protocol strings and undocumented calibration uploads are not exposed. Backups and post-change verification are part of the workflow, not optional cleanup.

EvoBurrow cannot make a calibration “perfect,” certify standards compliance, or derive listening preference from a graph. It separates measured facts, calculations, engineering interpretation, and community reports.

## Requirements

- Node.js 20 or 22
- A local A1 Evo AcoustiX workspace and supported executable
- REW with its local API enabled on `127.0.0.1:4735` for live measurement tools
- A Denon/Marantz receiver reachable on the local network for AVR tools

## Install and run

```bash
npm ci
npm run build
npm start
```

The Codex plugin manifest is in `.codex-plugin/plugin.json`; `.mcp.json` launches the bundled stdio server. `A1_EVO_HOME`, `A1_REW_URL`, and `A1_REW_EXECUTABLE` can override local discovery when needed.

### MCP configuration

```json
{
  "mcpServers": {
    "a1-evo-audio-expert": {
      "command": "node",
      "args": ["/absolute/path/to/evoburrow-mcp/dist/server.mjs"]
    }
  }
}
```

The compatibility server key stays `a1-evo-audio-expert` so existing clients do not lose their tool namespace. The public project and package name is EvoBurrow MCP.

## Recommended workflow

1. Scan the workspace and inspect the latest artifacts.
2. Probe REW and the AVR without changing anything.
3. Validate measurement quality, speaker capability, crossover choices, and subwoofer integration.
4. Let A1 generate and transfer the calibration.
5. Snapshot and map the exact calibration to a Denon Speaker Preset.
6. Run protected post-calibration measurements and a level-matched comparison.
7. Preserve the baseline and report uncertainty or missing evidence plainly.

## Privacy

There is no telemetry. Local artifacts may contain receiver IP addresses, usernames, absolute paths, room geometry, microphone metadata, and calibration fingerprints. Do not publish measurements, backups, transcripts, or receiver snapshots without reviewing and redacting them.

## Development

`npm test` builds the server and runs hardware-independent tests. `npm run validate:release` checks package/plugin metadata and the bundled MCP surface. Hardware smoke tests must remain opt-in and must never run in normal CI.

See [SECURITY.md](SECURITY.md), [CONTRIBUTING.md](CONTRIBUTING.md), and [CHANGELOG.md](CHANGELOG.md).

Releases are built and tested from pinned GitHub Actions. Tag workflows produce an npm-compatible tarball plus a GitHub build-provenance attestation; npm publication remains a separate, explicitly configured step.

## Support the project

EvoBurrow is free and open source. If this little bunny saves your calibration from a bad day, you can [buy daredoole a coffee](https://buymeacoffee.com/daredoole).
a1-evoacoustixaudio-calibrationaudysseyav-receiverdenondenon-avrhome-cinemahome-theatermarantzmarantz-avrmcpmodel-context-protocolrewroom-correctionroom-eq-wizardspeaker-calibrationsubwoofer-integration

Lo que la gente pregunta sobre evoburrow-mcp

¿Qué es daredoole/evoburrow-mcp?

+

daredoole/evoburrow-mcp es mcp servers para el ecosistema de Claude AI. Unofficial cross-platform MCP server for A1 Evo AcoustiX, REW, Audyssey, and safe Denon/Marantz AVR calibration, presets, and LAN control. Tiene 1 estrellas en GitHub y su última actualización registrada es del 2026-08-27.

¿Cómo se instala evoburrow-mcp?

+

Puedes instalar evoburrow-mcp clonando el repositorio (https://github.com/daredoole/evoburrow-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar daredoole/evoburrow-mcp?

+

Nuestro agente de seguridad ha analizado daredoole/evoburrow-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene daredoole/evoburrow-mcp?

+

daredoole/evoburrow-mcp es mantenido por daredoole. La última actividad registrada en GitHub es del 2026-08-27, con 3 issues abiertos.

¿Hay alternativas a evoburrow-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega evoburrow-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: daredoole/evoburrow-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/daredoole-evoburrow-mcp)](https://claudewave.com/repo/daredoole-evoburrow-mcp)
<a href="https://claudewave.com/repo/daredoole-evoburrow-mcp"><img src="https://claudewave.com/api/badge/daredoole-evoburrow-mcp" alt="Featured on ClaudeWave: daredoole/evoburrow-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a evoburrow-mcp