@pipeworx/last-fm
Connect: https://gateway.pipeworx.io/last-fm/mcp · Install: one-click buttons
Tools: 9
Last.fm MCP — artist / album / track metadata + scrobbling. Free API key (signed up at https://www.last.fm/api/account/create).
Auth
- Platform key:
PLATFORM_LASTFM_KEY. - BYO:
?_apiKey=….
Tools
artist_info(artist, mbid?, lang?)— artist bio + similar + tagsartist_top_tracks(artist, mbid?, limit?)— most-played tracks for an artistartist_similar(artist, mbid?, limit?)— similar artistsalbum_info(artist, album, mbid?)— album metadatatrack_info(artist, track, mbid?)— track metadatatrack_search(query, limit?)— track searchuser_top_tracks(user, period?, limit?)— user top tracks (period: overall|7day|1month|3month|6month|12month)tag_top_artists(tag, limit?)— top artists in a tagchart_top_artists(limit?)— global top artists
Data source
https://ws.audioscrobbler.com/2.0/
Tools
- artist_info — Fetch Last.fm artist profile by name (or MusicBrainz ID): biography, listener/play counts, similar artists, and genre tags; optionally in a specified language.
- artist_top_tracks — Most-played tracks for an artist.
- artist_similar — Similar artists.
- album_info — Fetch Last.fm album metadata by artist and album name (or MusicBrainz ID): track listing, listener/play counts, wiki summary, and genre tags.
- track_info — Fetch Last.fm track metadata by artist and track name (or MusicBrainz ID): duration, listener/play counts, genre tags, and wiki summary.
- track_search — Search Last.fm for tracks matching a keyword query; returns ranked results with artist, track name, and listener counts.
- user_top_tracks — Fetch a Last.fm user’s most-scrobbled tracks for a given period (overall/7day/1month/3month/6month/12month); returns track names, artists, and play counts.
- tag_top_artists — Fetch the top Last.fm artists for a genre tag (e.g. ‘rock’, ‘electronic’); returns ranked artist names with listener counts.
- chart_top_artists — Global top artists.
Tools
-
album_info— Fetch Last.fm album metadata by artist and album name (or MusicBrainz ID): track listing, listener/play counts, wiki summary, and genre tags. -
artist_info— Fetch Last.fm artist profile by name (or MusicBrainz ID): biography, listener/play counts, similar artists, and genre tags; optionally in a specified language. -
artist_similar— Similar artists. -
artist_top_tracks— Most-played tracks for an artist. -
chart_top_artists— Global top artists. -
tag_top_artists— Fetch the top Last.fm artists for a genre tag (e.g. 'rock', 'electronic'); returns ranked artist names with listener counts. -
track_info— Fetch Last.fm track metadata by artist and track name (or MusicBrainz ID): duration, listener/play counts, genre tags, and wiki summary. -
track_search— Search Last.fm for tracks matching a keyword query; returns ranked results with artist, track name, and listener counts. -
user_top_tracks— Fetch a Last.fm user's most-scrobbled tracks for a given period (overall/7day/1month/3month/6month/12month); returns track names, artists, and play counts.