labelgrid-mcp
About
Official LabelGrid MCP server — manage your music catalog, releases, analytics and distribution.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
LABELGRID_API_TOKEN LABELGRID_API_URL LABELGRID_ENABLE_WRITES LABELGRID_ENABLE_FULL_WRITES LABELGRID_FULL_WRITES_ACK LABELGRID_TOOLSETS LABELGRID_READ_ONLYClaude Code
claude mcp add --env LABELGRID_API_TOKEN= --env LABELGRID_API_URL= --env LABELGRID_ENABLE_WRITES= --env LABELGRID_ENABLE_FULL_WRITES= --env LABELGRID_FULL_WRITES_ACK= --env LABELGRID_TOOLSETS= --env LABELGRID_READ_ONLY= labelgrid-mcp -- npx @labelgrid/mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"labelgrid-mcp","command":"npx","args":["@labelgrid/mcp"],"env":{"LABELGRID_API_TOKEN":"","LABELGRID_API_URL":"","LABELGRID_ENABLE_WRITES":"","LABELGRID_ENABLE_FULL_WRITES":"","LABELGRID_FULL_WRITES_ACK":"","LABELGRID_TOOLSETS":"","LABELGRID_READ_ONLY":""}}'
JSON
{
"mcpServers": {
"labelgrid-mcp": {
"command": "npx",
"args": [
"@labelgrid/mcp"
],
"env": {
"LABELGRID_API_TOKEN": "",
"LABELGRID_API_URL": "",
"LABELGRID_ENABLE_WRITES": "",
"LABELGRID_ENABLE_FULL_WRITES": "",
"LABELGRID_FULL_WRITES_ACK": "",
"LABELGRID_TOOLSETS": "",
"LABELGRID_READ_ONLY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.