Skip to content
Cursor

labelgrid mcp for Cursor

io.github.labelgrid/labelgrid-mcp

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

client:Cursor transport:stdio runtime:npm

Install labelgrid mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "labelgrid-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@labelgrid/mcp"
      ],
      "env": {
        "LABELGRID_API_TOKEN": "<LABELGRID_API_TOKEN>",
        "LABELGRID_API_URL": "<LABELGRID_API_URL>",
        "LABELGRID_ENABLE_WRITES": "<LABELGRID_ENABLE_WRITES>",
        "LABELGRID_ENABLE_FULL_WRITES": "<LABELGRID_ENABLE_FULL_WRITES>",
        "LABELGRID_FULL_WRITES_ACK": "<LABELGRID_FULL_WRITES_ACK>",
        "LABELGRID_TOOLSETS": "<LABELGRID_TOOLSETS>",
        "LABELGRID_READ_ONLY": "<LABELGRID_READ_ONLY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

labelgrid mcp in other clients