Loading MCP server directory, please wait...
Remove vocals from local audio files and transpose instrumentals through Vocaless.
npx @getmcp/cli add io.github.ajselzilic/vocalessRequires Node.js 18+. Community-contributed server. Review source before installing.
VOCALESS_API_KEYAPI key created in the Vocaless developer console.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ajselzilic/vocaless": {
"command": "npx",
"args": [
"-y",
"@vocaless/mcp"
],
"env": {
"VOCALESS_API_KEY": ""
}
}
}
}