Magic Master MCP
Provides a tool to remove Suno's AI digital fingerprint from audio tracks, cleaning AI-generated audio while leaving loudness untouched.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Magic Master MCPMaster this track to -14 LUFS and remove the AI fingerprint"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Magic Master MCP — audio mastering for AI agents
Remote MCP server that lets Claude, ChatGPT, Cursor, VS Code, Claude Code and any other MCP client master audio: hit a LUFS target with True Peak limiting, strip the Suno / Udio AI fingerprint, and get a mastering passport back in the chat.
Server:
https://magicmaster.pro/mcp(streamable HTTP, protocol2026-07-28, also2025-11-25/2025-06-18)OAuth endpoint for paid tools:
https://magicmaster.pro/mcp/oauthRegistry entry:
pro.magicmaster/masteringAgent playbook: https://magicmaster.pro/agents.md · machine manifest: https://magicmaster.pro/agent.json
Human page (RU/EN): https://magicmaster.pro/mcp
Nothing to install: the server is hosted. This repository holds the connection recipes and a tiny stdio bridge for clients that cannot speak HTTP.
One-click install
Related MCP server: audio-mastering-mcp
Connect
Claude Code
claude mcp add --transport http magicmaster https://magicmaster.pro/mcpclaude.ai / Claude Desktop (custom connector, OAuth): Settings → Connectors → Add custom connector → URL https://magicmaster.pro/mcp/oauth → sign in on the consent page. Use https://magicmaster.pro/mcp if you only need the free tools.
Claude Desktop (claude_desktop_config.json)
{ "mcpServers": { "magicmaster": { "type": "http", "url": "https://magicmaster.pro/mcp" } } }Cursor (.cursor/mcp.json)
{ "mcpServers": { "magicmaster": { "url": "https://magicmaster.pro/mcp" } } }VS Code (.vscode/mcp.json)
{ "servers": { "magicmaster": { "type": "http", "url": "https://magicmaster.pro/mcp" } } }ChatGPT (Developer mode → Connectors → Create): URL https://magicmaster.pro/mcp/oauth, authentication OAuth.
stdio-only clients — bridge through mcp-remote:
{ "mcpServers": { "magicmaster": { "command": "npx", "args": ["-y", "mcp-remote", "https://magicmaster.pro/mcp/oauth"] } } }or the npm package — npx -y magicmaster-mcp (magicmaster-mcp on npm), a one-line wrapper around the same bridge:
{ "mcpServers": { "magicmaster": { "command": "npx", "args": ["-y", "magicmaster-mcp"] } } }Tools
Tool | What it does | Cost |
| LUFS, true peak, duration, correlation, genre hint | free |
| removes the Suno / Udio digital fingerprint, loudness untouched | free |
| mastering: 24 presets, LUFS target, 6 export formats | 1 token |
| status + result metrics, with a mastering passport widget (MCP Apps) | free |
| balance, remaining free quota, reset time | free |
| presets with target loudness, live prices, service manifest | free |
| prepares a checkout for the human — the agent cannot pay by itself | free |
Typical flow: analyze_track → (clean_ai_trace for AI-generated tracks) → master_track → poll get_job. A master takes 20–60 s.
Access and pricing
Free tools need no account.
Mastering: 3 per month per IP without an account, 1 per day with a free account.
Register an agent once (
POST /api/agents/register) and get 3 trial masters; afterwards 1 token = 1 full PRO master. Tokens never expire. Live prices:GET /api/tokens/packages.Rules for agents, error codes and the payment protocol: https://magicmaster.pro/agents.md.
Links
Terms https://magicmaster.pro/terms · Privacy https://magicmaster.pro/privacy · Public OpenAPI https://magicmaster.pro/openapi-public.json · Support support@magicmaster.pro
По-русски
Удалённый MCP-сервер Magic Master: мастеринг под целевую громкость (LUFS, True Peak), снятие цифрового следа Suno/Udio, паспорт результата прямо в чате. Ставить ничего не нужно — адрес https://magicmaster.pro/mcp. Подробности и подключение по-русски: https://magicmaster.pro/mcp.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
MCP server for Producer/Riffusion AI music generation
AI mixing and mastering: analyze your mixes, run DSP autofix, render stems, and master tracks.
Hosted MCP server connecting AI assistants to 9,000+ apps and 40,000+ actions via Zapier.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that gives AI agents the ability to listen to and understand music/audio files, enabling semantic analysis, stem separation, lyrics transcription, and signal processing via tool calls.1MIT
- AlicenseAqualityCmaintenanceAn MCP server that masters audio with a professional signal chain using ffmpeg, enabling loudness analysis, vocal-over-beat mixing, full mastering to target LUFS, and Dolby codec export.419MIT
- AlicenseNot gradedqualityDmaintenanceA comprehensive audio MCP server that enables AI agents to generate speech, transcribe audio, clone voices, analyze speech quality, design soundscapes, and manage audio assets through a standardized interface.2MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to programmatically edit, analyze, and export audio projects through MCP tools, including multi-track editing, effects, transcription, and semantic search.1
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/denisok-ai/magicmaster-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server