Copy the CleanAudio connector URL
You'll paste this URL into Claude in the next step
Expose CleanAudio cleaning and editing tools to Claude, Cursor, ChatGPT, and Claude Code through Model Context Protocol
You'll paste this URL into Claude in the next step
In Claude desktop or claude.ai, go to Customize → Connectors. Name it CleanAudio and paste the URL
Sign in, then ask Claude to clean, cut, or transcribe audio
An audio MCP server lets AI agents call audio tools over the Model Context Protocol. CleanAudio's remote MCP at https://mcp.cleanaudio.app/mcp exposes noise cleaning, cutting, joining, TTS, silence removal, and transcription after you sign in with a CleanAudio account.
Choose this page when you are comparing MCP audio backends or searching for a ready remote server instead of building your own.
Not a toy stub. Tools map to CleanAudio's online processing used by podcasters and creators on the website.
Streamable HTTP MCP means agents connect over the network. You do not ship a local audio binary with every install.

Same server powers Claude, Cursor, ChatGPT, Claude Code, and other MCP clients that support remote HTTP.
One URL works across MCP-compatible agents. Pick your client, paste the connector, authorize, then prompt.
https://mcp.cleanaudio.app/mcp
Claude Connectors, Cursor MCP settings, ChatGPT connectors, or a Claude Code setup prompt all accept the same URL.
Complete browser sign-in. Tool calls run as your user against the CleanAudio backend.
Ask the agent to clean noise, edit timelines, generate speech, or transcribe. MCP handles discovery and invocation.
Start with the URL, then use agent-specific samples as needed.
https://mcp.cleanaudio.app/mcp{
"mcpServers": {
"cleanaudio": {
"url": "https://mcp.cleanaudio.app/mcp"
}
}
}1. Claude → Settings → Connectors
2. Add custom connector
3. Paste: https://mcp.cleanaudio.app/mcp
4. Connect → sign in to CleanAudio
5. Done (no API key)Your agent can call clean_noise, cut_audio, join_audio, text_to_speech, remove_silence, and transcribe on the same CleanAudio backend as the web app.
Remove background noise from podcast recordings
Trim MP3 files to create ringtones or clips
Merge multiple audio files into one
Convert blog posts to audio narration
Clean up long recordings by removing pauses
Convert speech to text automatically
It is an MCP endpoint that exposes audio capabilities (clean, edit, speak, transcribe) so AI agents can call them like tools instead of inventing file processing themselves.
https://mcp.cleanaudio.app/mcp
Any client that supports remote HTTP MCP, including Claude Connectors, Cursor, ChatGPT connectors where available, and Claude Code.
No for the standard path. CleanAudio hosts the remote server. You connect and sign in.
The website is a visual workspace. The MCP server is for agents: same backend tools, invoked from chat or CLI agents after OAuth.
No. MCP is included with CleanAudio plans. Usage consumes your normal processing credits.
Copy the remote URL, add it in your AI client, and process audio from prompts.