Skip to main content
ClaudeWave

Official LabelGrid MCP server — manage your music distribution catalog, releases, analytics and royalties from Claude, Cursor, or any AI client

MCP ServersOfficial Registry2 stars0 forksTypeScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/labelgrid/labelgrid-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "labelgrid-mcp": {
      "command": "node",
      "args": ["/path/to/labelgrid-mcp/dist/index.js"],
      "env": {
        "LABELGRID_API_TOKEN": "<labelgrid_api_token>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/labelgrid/labelgrid-mcp and follow its README for install instructions.
Detected environment variables
LABELGRID_API_TOKEN
Use cases

MCP Servers overview

# LabelGrid MCP — workspace

[![npm version](https://img.shields.io/npm/v/%40labelgrid%2Fmcp)](https://www.npmjs.com/package/@labelgrid/mcp) [![CI](https://github.com/labelgrid/labelgrid-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/labelgrid/labelgrid-mcp/actions/workflows/ci.yml) [![LabelGrid MCP server](https://glama.ai/mcp/servers/@labelgrid/labelgrid-mcp/badges/score.svg)](https://glama.ai/mcp/servers/@labelgrid/labelgrid-mcp)

The official [LabelGrid](https://labelgrid.com) tooling for the LabelGrid public API, organised
as an npm workspace.

**Looking for the MCP server docs?** They live in
[`packages/mcp/README.md`](./packages/mcp/README.md) — installation for Claude Desktop / Cursor /
any MCP client, the full tool reference, safety gating, and configuration.

## Packages

| Package | What it is |
| --- | --- |
| [`@labelgrid/mcp`](./packages/mcp) | The MCP server — 30 consolidated tools over the LabelGrid public API. Published to npm; also ships as the `labelgrid.mcpb` one-click bundle for Claude Desktop. |
| [`@labelgrid/cli`](./packages/cli) | The `labelgrid` command-line tool — the same API surface for terminals and scripts: catalog, releases, files, analytics, royalties, webhooks, and distribution, with `--json` output for pipelines. |
| [`@labelgrid/core`](./packages/core) | The shared API client: HTTP transport with structured errors, presigned-URL uploads, content-type allowlists, the catalog-entity registry, and redacting logging. Used by every LabelGrid tool built on the public API. |

## Command-line tool

Full docs (auth setup, every command group, scripting, safety model) live in
[`packages/cli/README.md`](./packages/cli/README.md). Quickstart:

```bash
npm install -g @labelgrid/cli          # Node 20+; installs the `labelgrid` command
export LABELGRID_API_TOKEN=...         # or run `labelgrid auth login`
labelgrid auth whoami                  # verify the token
labelgrid catalog search --type release --json | jq '.data[].id'
```

## Agent skill

[`skills/labelgrid-release/SKILL.md`](./skills/labelgrid-release/SKILL.md) is an agent
skill for the full release lifecycle — draft a release and its tracks, upload audio and
artwork, validate, review, distribute, and track delivery — with the exact MCP tool and
CLI command for each step and guidance on which vehicle fits. Point an agent at the file,
or drop it into your assistant's skills directory, to teach it the end-to-end LabelGrid
release flow.

## Layout & build arrangement

- The root `package.json` is a **private workspaces manifest**; its scripts fan out to the
  packages (`npm run build` builds `@labelgrid/core` first, then `@labelgrid/mcp` and
  `@labelgrid/cli`; `npm test` runs each package's suite). Contributors work from the repo
  root: `packages/core` is the shared client, `packages/mcp` the MCP server, `packages/cli`
  the command-line tool — the two products are thin adapters over core.
- Each package has its **own `tsconfig.json`** extending the shared `tsconfig.base.json`
  (no TypeScript project references — the explicit root build chain keeps ordering correct and
  simple). `@labelgrid/mcp` imports `@labelgrid/core` through the workspace link and compiles
  against its built declarations.
- Unit tests run per package via each package's `vitest.config.ts`. The MCP package aliases
  `@labelgrid/core` to the sibling package's TypeScript source, so running tests never requires
  a prior core build.
- Repo-wide checks live in `scripts/` and run from the root: `npm run lint`,
  `npm run leak-guard`, `npm run check-coverage`, `npm run gen-docs`, `npm run measure-tokens`.

## Development

```bash
npm ci            # install the whole workspace
npm run build     # build core, then mcp and cli
npm test          # unit suites for every package
npm run lint      # biome over the repo
```

The MCP server binary after a build: `node packages/mcp/dist/index.js` (or `npm start`).
The CLI binary after a build: `node packages/cli/dist/index.js`.

## License

[MIT](./LICENSE)
aiapiclaudelabelgridmcpmodel-context-protocolmusicmusic-distribution

What people ask about labelgrid-mcp

What is labelgrid/labelgrid-mcp?

+

labelgrid/labelgrid-mcp is mcp servers for the Claude AI ecosystem. Official LabelGrid MCP server — manage your music distribution catalog, releases, analytics and royalties from Claude, Cursor, or any AI client It has 2 GitHub stars and was last updated today.

How do I install labelgrid-mcp?

+

You can install labelgrid-mcp by cloning the repository (https://github.com/labelgrid/labelgrid-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is labelgrid/labelgrid-mcp safe to use?

+

labelgrid/labelgrid-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains labelgrid/labelgrid-mcp?

+

labelgrid/labelgrid-mcp is maintained by labelgrid. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to labelgrid-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy labelgrid-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: labelgrid/labelgrid-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/labelgrid-labelgrid-mcp)](https://claudewave.com/repo/labelgrid-labelgrid-mcp)
<a href="https://claudewave.com/repo/labelgrid-labelgrid-mcp"><img src="https://claudewave.com/api/badge/labelgrid-labelgrid-mcp" alt="Featured on ClaudeWave: labelgrid/labelgrid-mcp" width="320" height="64" /></a>

More MCP Servers

labelgrid-mcp alternatives