Skip to main content
Glama

mcp-musicbrainz

MusicBrainz MCP — kapselt den MusicBrainz Web Service v2 (kostenlos, ohne Authentifizierung)

Teil von Pipeworx — ein MCP-Gateway, das KI-Agenten mit 1394+ Live-Datenquellen verbindet.

Werkzeuge

Werkzeug

Beschreibung

search_artists

Sucht nach Musikern und Künstlern anhand des Namens. Liefert Künstler-IDs, Namen, Typen und Länder zurück. Verwenden Sie get_artist, um die vollständige Diskografie und biografische Details zu erhalten.

get_artist

Ruft Künstlerdetails ab, einschließlich Biografie, Land, Gründungsdatum und vollständiger Veröffentlichungsliste. Erfordert die Künstler-ID von search_artists.

search_releases

Sucht nach Alben und Veröffentlichungen nach Titel oder Künstlernamen. Liefert Release-IDs, Titel, Künstler, Veröffentlichungsdaten und Formate zurück.

get_release

Ruft Release-Details ab: vollständige Trackliste, Credits, Medienformate und Metadaten. Erfordert die Release-ID von search_releases.

Related MCP server: MusicBrainz MCP Server

Schnellstart

Fügen Sie zu Ihrem MCP-Client hinzu (Claude Desktop, Cursor, Windsurf usw.):

{
  "mcpServers": {
    "musicbrainz": {
      "url": "https://gateway.pipeworx.io/musicbrainz/mcp"
    }
  }
}

Oder verbinden Sie sich mit dem vollständigen Pipeworx-Gateway, um auf alle 1394+ Datenquellen zuzugreifen:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Verwendung von ask_pipeworx

Statt die Werkzeuge direkt aufzurufen, stellen Sie Fragen in einfacher englischer Sprache:

ask_pipeworx({ question: "your question about Musicbrainz data" })

Das Gateway wählt das richtige Werkzeug aus und füllt die Argumente automatisch.

Weitere

Lizenz

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    Enables interaction with Last.fm music data including searching for artists, albums, and tracks, accessing user listening history, and managing music preferences. Supports both read-only operations and authenticated write operations like scrobbling and loving tracks.
    34
    5
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to query the MusicBrainz music database for artists, albums, recordings, and labels. It provides tools for advanced searches, detailed metadata retrieval, and accessing cover art information.
    17
    10
    GPL 3.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables querying music discography data from Discogs, including master releases, artist profiles, and label information.
    6
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Search artists, releases, recordings, works, and labels; traverse relationships; resolve ISRC/ISWC/barcode; fetch cover art via MCP. STDIO or Streamable HTTP.
    118
    1
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Search MusicBrainz artists, releases, works, labels; resolve ISRC/ISWC/barcode; fetch cover art.

  • TheAudioDB MCP — community music metadata database.

  • Search and fetch Wikidata entities, execute SPARQL queries, and resolve external identifiers.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pipeworx-io/mcp-musicbrainz'

If you have feedback or need assistance with the MCP directory API, please join our Discord server