mcp developers for Cursor
com.gaudiolab/mcp-developers
Gaudio Lab Audio AI — Stem Separation, DME Separation, AI Text Sync
client:Cursor
transport:stdio
runtime:npm
Install mcp developers in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-developers": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gaudiolab/mcp-developers"
],
"env": {
"GAUDIO_API_KEY": "<GAUDIO_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs