pica for Cursor
io.github.withpica/pica
manage your music catalog through conversation — works, recordings, credits, agreements, royalties
client:Cursor
transport:stdio
runtime:npm
Install pica in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pica": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@withpica/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs