Home › Design & Media › Magic Master — Audio Mastering

Magic Master — Audio Mastering

Audio mastering for AI agents: LUFS/True Peak targets, Suno/Udio AI-fingerprint removal.

TypeScript Cloud Remote
★ 1 stars Last pushed 2026-09-08 License: MIT

Topics: Multimedia Process

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://magicmaster.pro/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http magicmaster-mcp https://magicmaster.pro/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "magicmaster-mcp": {
      "url": "https://magicmaster.pro/mcp"
    }
  }
}

Remote (streamable-http)

https://magicmaster.pro/mcp/oauth Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http magicmaster-mcp https://magicmaster.pro/mcp/oauth

Or add to your MCP client config:

{
  "mcpServers": {
    "magicmaster-mcp": {
      "url": "https://magicmaster.pro/mcp/oauth"
    }
  }
}

Package (npm 0.3.0)

npx -y magicmaster-mcp@0.3.0

Or add to your MCP client config:

{
  "mcpServers": {
    "magicmaster-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "magicmaster-mcp@0.3.0"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry