← Back to Plugins
MCP Server MCP

io.github.chrischall/musicbrainz-mcp

github By github 👁 1 views ▲ 0 votes

MusicBrainz MCP — search/browse music metadata, cover art, and submit tags/ratings/collections

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "musicbrainz-mcp",
      "version": "0.2.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional override for the User-Agent sent to MusicBrainz.",
          "format": "string",
          "name": "MUSICBRAINZ_USER_AGENT"
        },
        {
          "description": "OAuth client ID (write tools only). Register at musicbrainz.org/account/applications.",
          "format": "string",
          "isSecret": true,
          "name": "MUSICBRAINZ_OAUTH_CLIENT_ID"
        },
        {
          "description": "OAuth client secret (write tools only).",
          "format": "string",
          "isSecret": true,
          "name": "MUSICBRAINZ_OAUTH_CLIENT_SECRET"
        },
        {
          "description": "OAuth refresh token with tag/rating/collection scopes (enables the write tools).",
          "format": "string",
          "isSecret": true,
          "name": "MUSICBRAINZ_OAUTH_REFRESH_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...