io.github.labelgrid

labelgrid-mcp

Official LabelGrid MCP server — manage your music catalog, releases, analytics and distribution.

stdioofficialservice

Package Details

Transportstdio

Environment Variables

LABELGRID_API_TOKEN(str)
Secret

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.

LABELGRID_API_URL(str)

Override the API base URL. Defaults to the production API.

LABELGRID_ENABLE_WRITES(str)

Enable safe writes (create/update drafts, labels, artists, and similar). Enabled by default; set to false for read-only.

LABELGRID_ENABLE_FULL_WRITES(str)

Enable full writes (distribution, takedowns, immutable uploads). Disabled by default; also requires LABELGRID_FULL_WRITES_ACK.

LABELGRID_FULL_WRITES_ACK(str)

Must equal the exact acknowledgment sentence (see the README safety section) to arm full writes.

LABELGRID_TOOLSETS(str)

Comma-separated subset of toolsets to expose (identity, reference, catalog, releases, review, analytics, accounting, delivery, webhooks, distribution). Defaults to all.

LABELGRID_READ_ONLY(str)

Force reads only; overrides both write flags. Defaults to false.