Skip to content
Cursor

audiolab for Cursor

tools.audiolab/audiolab

Loudness (EBU R128 / BS.1770-4), true-peak and voice-quality analysis for local files and URLs.

client:Cursor transport:stdio runtime:npm

Install audiolab in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "audiolab": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@audiolabtools/mcp-server"
      ],
      "env": {
        "AUDIOLAB_API_KEY": "<AUDIOLAB_API_KEY>",
        "AUDIOLAB_API_BASE": "<AUDIOLAB_API_BASE>",
        "AUDIOLAB_TIMEOUT_MS": "<AUDIOLAB_TIMEOUT_MS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

audiolab in other clients