Official LabelGrid MCP server — manage your music catalog, releases, analytics and distribution.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@labelgrid/mcp · npm · 0.4.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.labelgrid/labelgrid-mcp",
"description": "Official LabelGrid MCP server — manage your music catalog, releases, analytics and distribution.",
"repository": {
"url": "https://github.com/labelgrid/labelgrid-mcp",
"source": "github"
},
"version": "0.4.0",
"websiteUrl": "https://labelgrid.com",
"packages": [
{
"registryType": "npm",
"identifier": "@labelgrid/mcp",
"version": "0.4.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your LabelGrid API token. Create one in your dashboard under Profile → API Tokens. Without it the server starts in setup mode and walks you through creating one.",
"format": "string",
"isSecret": true,
"name": "LABELGRID_API_TOKEN"
},
{
"description": "Override the API base URL. Defaults to the production API.",
"format": "string",
"name": "LABELGRID_API_URL"
},
{
"description": "Enable safe writes (create/update drafts, labels, artists, and similar). Enabled by default; set to false for read-only.",
"format": "string",
"name": "LABELGRID_ENABLE_WRITES"
},
{
"description": "Enable full writes (distribution, takedowns, immutable uploads). Disabled by default; also requires LABELGRID_FULL_WRITES_ACK.",
"format": "string",
"name": "LABELGRID_ENABLE_FULL_WRITES"
},
{
"description": "Must equal the exact acknowledgment sentence (see the README safety section) to arm full writes.",
"format": "string",
"name": "LABELGRID_FULL_WRITES_ACK"
},
{
"description": "Comma-separated subset of toolsets to expose (account, reference, catalog, releases, insights, finance, webhooks, distribution; pre-0.3.0 names are accepted as aliases). Defaults to all except webhooks, which must be named explicitly to enable.",
"format": "string",
"name": "LABELGRID_TOOLSETS"
},
{
"description": "Force reads only; overrides both write flags. Defaults to false.",
"format": "string",
"name": "LABELGRID_READ_ONLY"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-27T20:20:16.048909Z",
"publishedAt": "2026-07-27T20:20:16.048909Z",
"updatedAt": "2026-07-27T20:20:16.048909Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.4.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.