labelgrid mcp for Cline
io.github.labelgrid/labelgrid-mcp
Official LabelGrid MCP server — manage your music catalog, releases, analytics and distribution.
client:Cline
transport:stdio
runtime:npm
Install labelgrid mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"labelgrid-mcp": {
"command": "npx",
"args": [
"-y",
"@labelgrid/mcp"
],
"env": {
"LABELGRID_API_TOKEN": "<LABELGRID_API_TOKEN>",
"LABELGRID_API_URL": "<LABELGRID_API_URL>",
"LABELGRID_ENABLE_WRITES": "<LABELGRID_ENABLE_WRITES>",
"LABELGRID_ENABLE_FULL_WRITES": "<LABELGRID_ENABLE_FULL_WRITES>",
"LABELGRID_FULL_WRITES_ACK": "<LABELGRID_FULL_WRITES_ACK>",
"LABELGRID_TOOLSETS": "<LABELGRID_TOOLSETS>",
"LABELGRID_READ_ONLY": "<LABELGRID_READ_ONLY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs