PluginBench
MCP Server
Active
MIT

loudcheck MCP Server

io.github.chaoz23/loudcheck

What is the loudcheck MCP server?

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

How to install loudcheck

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "loudcheck": {
      "command": "uvx",
      "args": [
        "loudcheck",
        "--from",
        "loudcheck[mcp]==0.3.1",
        "--mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "loudcheck": {
      "command": "uvx",
      "args": [
        "loudcheck",
        "--from",
        "loudcheck[mcp]==0.3.1",
        "--mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "loudcheck": {
      "command": "uvx",
      "args": [
        "loudcheck",
        "--from",
        "loudcheck[mcp]==0.3.1",
        "--mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "loudcheck": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "loudcheck",
        "--from",
        "loudcheck[mcp]==0.3.1",
        "--mcp"
      ]
    }
  }
}
Claude Code
claude mcp add loudcheck -- uvx loudcheck --from loudcheck[mcp]==0.3.1 --mcp

Related MCP servers

Scoped deterministic SRD 5.2.1 rules checks for agents — applied rules cited, boundaries explicit.

2
Python
View repository →

Read-only CharacterCheck MCP server for deterministic character context with provenance and trust.

0
Python
MIT
View repository →

Deterministic conduct verdicts for live tabletop sessions - CI for running a game.

0
Python
MIT
View repository →