Home › Design & Media › labelgrid-mcp
labelgrid-mcp
Official LabelGrid MCP server — manage your music catalog, releases, analytics and distribution.
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_TOKENsecret — 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
mcp-for-blender
MCP server for working with Blender
davinci-resolve-mcp
MCP server integration for DaVinci Resolve providing powerful tools for video editing, color grading, media management, and project control
MeiGen-AI-Design-MCP
AI image generation & editing MCP server with 1,500+ curated prompt library, smart prompt enhancement, and multi-provider routing (local…
manim-mcp-server
A local MCP server that generates animations using Manim.
aseprite-mcp
MCP server using the Aseprite API to create pixel art
bazi-mcp
Provides comprehensive and accurate Bazi (Chinese Astrology) charting and analysis
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry