PluginBench
MCP Server
Active
MIT

io.github.labelgrid/labelgrid-mcp MCP Server

io.github.labelgrid/labelgrid-mcp

What is the io.github.labelgrid/labelgrid-mcp MCP server?

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

How to install io.github.labelgrid/labelgrid-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "labelgrid-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@labelgrid/mcp"
      ],
      "env": {
        "LABELGRID_API_TOKEN": "<YOUR_LABELGRID_API_TOKEN>",
        "LABELGRID_API_URL": "<YOUR_LABELGRID_API_URL>",
        "LABELGRID_ENABLE_WRITES": "<YOUR_LABELGRID_ENABLE_WRITES>",
        "LABELGRID_ENABLE_FULL_WRITES": "<YOUR_LABELGRID_ENABLE_FULL_WRITES>",
        "LABELGRID_FULL_WRITES_ACK": "<YOUR_LABELGRID_FULL_WRITES_ACK>",
        "LABELGRID_TOOLSETS": "<YOUR_LABELGRID_TOOLSETS>",
        "LABELGRID_READ_ONLY": "<YOUR_LABELGRID_READ_ONLY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "labelgrid-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@labelgrid/mcp"
      ],
      "env": {
        "LABELGRID_API_TOKEN": "<YOUR_LABELGRID_API_TOKEN>",
        "LABELGRID_API_URL": "<YOUR_LABELGRID_API_URL>",
        "LABELGRID_ENABLE_WRITES": "<YOUR_LABELGRID_ENABLE_WRITES>",
        "LABELGRID_ENABLE_FULL_WRITES": "<YOUR_LABELGRID_ENABLE_FULL_WRITES>",
        "LABELGRID_FULL_WRITES_ACK": "<YOUR_LABELGRID_FULL_WRITES_ACK>",
        "LABELGRID_TOOLSETS": "<YOUR_LABELGRID_TOOLSETS>",
        "LABELGRID_READ_ONLY": "<YOUR_LABELGRID_READ_ONLY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "labelgrid-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@labelgrid/mcp"
      ],
      "env": {
        "LABELGRID_API_TOKEN": "<YOUR_LABELGRID_API_TOKEN>",
        "LABELGRID_API_URL": "<YOUR_LABELGRID_API_URL>",
        "LABELGRID_ENABLE_WRITES": "<YOUR_LABELGRID_ENABLE_WRITES>",
        "LABELGRID_ENABLE_FULL_WRITES": "<YOUR_LABELGRID_ENABLE_FULL_WRITES>",
        "LABELGRID_FULL_WRITES_ACK": "<YOUR_LABELGRID_FULL_WRITES_ACK>",
        "LABELGRID_TOOLSETS": "<YOUR_LABELGRID_TOOLSETS>",
        "LABELGRID_READ_ONLY": "<YOUR_LABELGRID_READ_ONLY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "labelgrid-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@labelgrid/mcp"
      ],
      "env": {
        "LABELGRID_API_TOKEN": "<YOUR_LABELGRID_API_TOKEN>",
        "LABELGRID_API_URL": "<YOUR_LABELGRID_API_URL>",
        "LABELGRID_ENABLE_WRITES": "<YOUR_LABELGRID_ENABLE_WRITES>",
        "LABELGRID_ENABLE_FULL_WRITES": "<YOUR_LABELGRID_ENABLE_FULL_WRITES>",
        "LABELGRID_FULL_WRITES_ACK": "<YOUR_LABELGRID_FULL_WRITES_ACK>",
        "LABELGRID_TOOLSETS": "<YOUR_LABELGRID_TOOLSETS>",
        "LABELGRID_READ_ONLY": "<YOUR_LABELGRID_READ_ONLY>"
      }
    }
  }
}
Claude Code
claude mcp add labelgrid-mcp --env LABELGRID_API_TOKEN=<YOUR_LABELGRID_API_TOKEN> --env LABELGRID_API_URL=<YOUR_LABELGRID_API_URL> --env LABELGRID_ENABLE_WRITES=<YOUR_LABELGRID_ENABLE_WRITES> --env LABELGRID_ENABLE_FULL_WRITES=<YOUR_LABELGRID_ENABLE_FULL_WRITES> --env LABELGRID_FULL_WRITES_ACK=<YOUR_LABELGRID_FULL_WRITES_ACK> --env LABELGRID_TOOLSETS=<YOUR_LABELGRID_TOOLSETS> --env LABELGRID_READ_ONLY=<YOUR_LABELGRID_READ_ONLY> -- npx -y @labelgrid/mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →