Skip to main content
Glama
dkfancska

lastfm-mcp

by dkfancska

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LASTFM_API_KEYYesYour Last.fm API key

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
lastfm_get_album_infoB

Get detailed information about an album.

Returns tracklist, tags, listener stats, and wiki summary.

lastfm_get_artist_infoA

Get detailed information about an artist.

Returns bio, stats, tags, and similar artists.

lastfm_get_similar_artistsB

Get artists similar to the specified artist.

lastfm_get_artist_top_tracksA

Get the top tracks for an artist on Last.fm.

lastfm_get_artist_top_albumsB

Get the top albums for an artist on Last.fm.

lastfm_search_artistB

Search for artists on Last.fm by name.

lastfm_search_albumB

Search for albums on Last.fm by name.

lastfm_search_trackB

Search for tracks on Last.fm by name.

lastfm_get_track_infoA

Get detailed information about a track.

Returns listener stats, tags, album info, and wiki summary.

lastfm_get_similar_tracksA

Get tracks similar to the specified track.

lastfm_get_user_infoA

Get profile information for a Last.fm user.

Returns user profile data including playcount, registration date, country, and profile URL.

lastfm_get_recent_tracksA

Get a user's recently played tracks.

Returns the most recent scrobbles, including currently playing track if any.

lastfm_get_user_top_artistsA

Get a user's top artists for a given time period.

lastfm_get_user_top_albumsA

Get a user's top albums for a given time period.

lastfm_get_user_top_tracksA

Get a user's top tracks for a given time period.

lastfm_get_user_loved_tracksB

Get a user's loved (favorited) tracks.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/dkfancska/mcp-lastfm'

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