Cursor MCP for Audio Processing: Clean Noise from Your IDE
Quick Answer
To use Cursor MCP for audio, open Cursor Settings → MCP, add a remote server named cleanaudio, set the URL to https://mcp.cleanaudio.app/mcp, then complete CleanAudio sign-in in the browser. Ask the Cursor agent to clean noise, trim files, join clips, remove silence, run TTS, or transcribe without leaving the IDE.
Setup UI: Cursor MCP. Protocol overview: What is an audio MCP server?
Why Cursor + Audio MCP
Cursor already helps you ship code, docs, and demos. Product videos, changelog voiceovers, interview notes, and support call snippets still need audio cleanup. A remote MCP server keeps that work inside the agent you already trust for repo tasks.
Typical reasons teams add CleanAudio:
- Clean a customer call recording before summarizing it in Cursor.
- Trim a demo voiceover sitting next to the feature branch.
- Transcribe a standup clip and turn it into tickets.
Add CleanAudio in Cursor MCP
- Open Cursor Settings → MCP.
- Create a new MCP server entry named cleanaudio (or CleanAudio).
- Paste
https://mcp.cleanaudio.app/mcpas the remote URL. Prefer Streamable HTTP when Cursor offers a transport choice. - Save, then complete CleanAudio authorization in the browser window.
- In agent chat, ask Cursor to process an audio file.
Need the visual checklist? Use /cursor-mcp.
Example Config
{
"mcpServers": {
"cleanaudio": {
"url": "https://mcp.cleanaudio.app/mcp"
}
}
}
Exact JSON shape can vary slightly by Cursor version. The important part is the remote URL and a successful CleanAudio sign-in.
Useful Dev and Creator Workflows
- Docs video VO: "Clean noise on voiceover.wav and return a download link."
- Support triage: "Transcribe this call snippet and list action items."
- Demo polish: "Cut the first 3 seconds and remove long pauses."
- Changelog audio: "Generate TTS for this release paragraph."
Tools available through MCP match the CleanAudio server: clean_noise, cut_audio, join_audio, text_to_speech, remove_silence, transcribe.
Cursor MCP vs Claude MCP
| Cursor | Claude | |
|---|---|---|
| Home base | IDE / coding agent | Chat / desktop Connectors |
| Setup | Settings → MCP remote URL | Customize → Connectors |
| Same server? | Yes | Yes |
| Guide | /cursor-mcp | /claude-mcp |
Many people enable both. Auth is per CleanAudio account either way.
FAQ
Q: Is CleanAudio Cursor MCP a local stdio package?
A: The recommended path is the remote URL. That avoids maintaining a local process for everyday use.
Q: Do I need a Cursor API key for CleanAudio?
A: No. Authentication is CleanAudio account OAuth after you add the MCP URL.
Q: Can my whole team share one login?
A: Each person should sign in with their own CleanAudio account so credits and files stay scoped correctly.
Q: Where else can I connect the same server?
A: ChatGPT MCP, Claude Code MCP, and the MCP hub.
Wire CleanAudio into Cursor
Open Cursor MCP setup, paste the remote URL, and start cleaning audio from the agent.