Odel
labelgrid mcp

labelgrid mcp

Local
@labelgrid3TypeScriptMITUpdated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@labelgrid/mcpv0.4.0

Run

npx -y @labelgrid/mcp

MCP client config

{
  "mcpServers": {
    "labelgrid-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@labelgrid/mcp"
      ]
    }
  }
}