labelgrid mcp for Claude Desktop
io.github.labelgrid/labelgrid-mcp
Official LabelGrid MCP server — manage your music catalog, releases, analytics and distribution.
client:Claude Desktop
transport:stdio
runtime:npm
Install labelgrid mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs