mcpbeat Sign in

Labelgrid MCP Server

by labelgrid Your server? Claim it
local only

Labelgrid MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 120 installs a week from npm. Last commit 12 Sep 2026.

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

Installs per day peak 33 · avg 14 · +97% w/w
a month agotoday
120
Installs / week
npm · @labelgrid/mcp
3
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Labelgrid MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add labelgrid-mcp -- npx -y @labelgrid/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "labelgrid-mcp": {
      "args": [
        "-y",
        "@labelgrid/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.labelgrid-mcp]
command = "npx"
args = ["-y", "@labelgrid/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "labelgrid-mcp": {
      "args": [
        "-y",
        "@labelgrid/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "labelgrid-mcp": {
      "args": [
        "-y",
        "@labelgrid/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LABELGRID_API_TOKEN (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Labelgrid MCP

same job, measured the same way
Wireboard
by wireboard

Official MCP server for WireBoard. Lets LLM agents query your analytics in conversation.

40 installs/wk local only
PicSee Short Link
by picsee

Official PicSee MCP server for short links, link management, click analytics, and optional OAuth.

1 tools answering
Looply
by xie38388

Looply AI call center MCP Server - manage calls, leads, contacts, and analytics.

18 installs/wk local only
Dynamoi
by getdynamoi

Create music promotion campaigns, Smart Links, analytics, and music distribution applications.

97 installs/wk 17 tools answering
Usertour MCP Server
by usertour

Official Usertour MCP Server for in-app onboarding: flows, checklists, surveys, and analytics.

answering
Jmpy MCP Server
by jmpy-me

Official JMPY.me MCP Server: URL shortener, QR codes, and 70+ marketing analytics tools.

answering
Linkedin Ads
by mharnett

MCP server for LinkedIn Campaign Manager — campaigns, creatives, and analytics

59 installs/wk local only
Alpic
by alpic-mcp

Manage your projects, debug deployments, and check analytics for any MCP server you host with Alpic.

answering

Labelgrid MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Labelgrid MCP?
Labelgrid MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @labelgrid/mcp was installed 120 times last week.
How do I connect Labelgrid MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @labelgrid/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Labelgrid MCP?
The npm package @labelgrid/mcp was installed 120 times in the last week. Week over week that is +97%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Labelgrid MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.