Vocaless for Cursor
io.github.ajselzilic/vocaless
Remove vocals from local audio files and transpose instrumentals through Vocaless.
client:Cursor
transport:stdio
runtime:npm
Install Vocaless in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vocaless": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@vocaless/mcp"
],
"env": {
"VOCALESS_API_KEY": "<VOCALESS_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs