Vocaless for Cline
io.github.ajselzilic/vocaless
Remove vocals from local audio files and transpose instrumentals through Vocaless.
client:Cline
transport:stdio
runtime:npm
Install Vocaless in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"vocaless": {
"command": "npx",
"args": [
"-y",
"@vocaless/mcp"
],
"env": {
"VOCALESS_API_KEY": "<VOCALESS_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs