Skip to content
Cursor

loudcheck for Cursor

io.github.chaoz23/loudcheck

Loudness compliance verdicts (EBU R128, ATSC A/85): pass/fail with exact ffmpeg remediation.

client:Cursor transport:stdio runtime:pypi

Install loudcheck in Cursor

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

{
  "mcpServers": {
    "loudcheck": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "loudcheck"
      ]
    }
  }
}

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

loudcheck in other clients