HomeDesign & Media › labelgrid-mcp

labelgrid-mcp

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

Official TypeScript Cloud
★ 3 stars Last pushed 2026-09-22 License: MIT

Topics: Art & Culture

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.4.0)

npx -y @labelgrid/mcp@0.4.0

Or add to your MCP client config:

{
  "mcpServers": {
    "labelgrid-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@labelgrid/mcp@0.4.0"
      ],
      "env": {
        "LABELGRID_API_TOKEN": "<YOUR_VALUE>",
        "LABELGRID_API_URL": "<YOUR_VALUE>",
        "LABELGRID_ENABLE_WRITES": "<YOUR_VALUE>",
        "LABELGRID_ENABLE_FULL_WRITES": "<YOUR_VALUE>",
        "LABELGRID_FULL_WRITES_ACK": "<YOUR_VALUE>",
        "LABELGRID_TOOLSETS": "<YOUR_VALUE>",
        "LABELGRID_READ_ONLY": "<YOUR_VALUE>"
      }
    }
  }
}
  • LABELGRID_API_TOKEN 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 — Override the API base URL. Defaults to the production API.
  • LABELGRID_ENABLE_WRITES — Enable safe writes (create/update drafts, labels, artists, and similar). Enabled by default; set to false for read-only.
  • LABELGRID_ENABLE_FULL_WRITES — Enable full writes (distribution, takedowns, immutable uploads). Disabled by default; also requires LABELGRID_FULL_WRITES_ACK.
  • LABELGRID_FULL_WRITES_ACK — Must equal the exact acknowledgment sentence (see the README safety section) to arm full writes.
  • LABELGRID_TOOLSETS — 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.
  • LABELGRID_READ_ONLY — Force reads only; overrides both write flags. Defaults to false.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry