pica for VS Code
io.github.withpica/pica
manage your music catalog through conversation — works, recordings, credits, agreements, royalties
client:VS Code
transport:stdio
runtime:npm
Install pica in VS Code
.vscode/mcp.json
{
"servers": {
"pica": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@withpica/mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs