New:Socket for Asana Is Now Available.Learn more
Sign In

waves-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

waves-mcp

Let Claude look at your recording's spectrogram, find the noise, box it, and heal only that. Launches MirrorEdge AI: Waves, a desktop audio repair editor, as an MCP server.

latest
Source
npmnpm
Version
0.5.3
Version published
Maintainers
1
Created
Source

waves-mcp

Launches MirrorEdge AI: Waves — a desktop audio-repair editor for Windows and macOS — as an MCP server, so an assistant can drive the real editor.

{
  "mcpServers": {
    "waves": { "command": "npx", "args": ["-y", "waves-mcp"] }
  }
}

You need Waves installed; this package finds it and hands it over. It is free to use — Microsoft Store or direct download.

What it does

Waves' own executable is the MCP server. This package locates it — the Microsoft Store execution alias, a direct install anywhere on PATH, the usual install folders, or the .app bundle on macOS — and runs it with --mcp, passing stdio straight through.

Installed somewhere unusual? Point at it directly:

WAVES_EXECUTABLE=/path/to/Waves npx -y waves-mcp

Seventeen tools

Including two that hand the model the actual picture of the soundpicture_of_the_sound returns the spectrogram, picture_of_the_editor returns any pane of the app. So it does not guess where a noise is from a description: it looks, finds the bright bar, and boxes it in time and frequency.

Full list and a demo animation: MirrorEdgeAI/waves-claude

Your audio never leaves your computer

Waves works locally. The model sends instructions and gets back measurements and, when it asks, a picture.

Windows 10 (1809)+ or macOS · Waves 0.5.1+ · Node 18+

Keywords

mcp

FAQs

Package last updated on 24 Aug 2026

Related posts