Last.fm

Last.fm MCP Connector for Claude

D

Manage your music profile via Last.fm — get track metadata, scrobble songs, update your now playing status, and query user profiles.

5 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Last.fm account to any AI agent and take control of your music scrobbling and metadata discovery through natural conversation.

What you can do

  • Track Metadata — Fetch detailed information for any track using get_track_info, including playcounts and artist details.
  • Scrobbling — Log your listening history with scrobble_track to keep your profile up to date.
  • Now Playing — Use update_now_playing to notify your followers of what you're currently listening to.
  • User Insights — Retrieve profile data and stats for any user with get_user_info.
  • Tag Discovery — Explore genres and music tags using get_tag_info to find new context for your favorite sounds.

How it works

  1. Subscribe to this server
  2. Enter your Last.fm API Key and Shared Secret
  3. Start managing your music profile from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Music Lovers — scrobble tracks and check stats without opening a dedicated app.
  • Developers — access rich music metadata directly within your coding environment.
  • Curators — explore tags and user profiles to discover new trends and genres.
music-trackingscrobblinglastfmaudio-metadatalistening-history

5 tools expose this connector's capabilities to your AI agent.

update_now_playing

fm that a user has started listening to a track. Requires session key. Update Now Playing status on Last.fm

scrobble_track

Requires session key. Track must be > 30s and played for at least half its duration or 4 mins. Scrobble a track to Last.fm

get_tag_info

fm. Get metadata for a tag

get_track_info

fm using artist and track name, or MBID. Get metadata for a track

get_user_info

fm user. Get information about a user profile

See how to talk to your AI agent using Last.fm.

Get metadata for the track 'Blinding Lights' by The Weeknd.

I've fetched the info for 'Blinding Lights'. It has over 500 million plays on Last.fm and is part of the album 'After Hours'. Would you like to see the artist's top tags?

Update my now playing status to 'Levitating' by Dua Lipa.

Successfully updated your status! Your Last.fm profile now shows you are listening to 'Levitating' by Dua Lipa.

Show me the profile details for user 'music_fan_123'.

I've retrieved the profile for 'music_fan_123'. They have been a member since 2015 and have a total playcount of 45,000 tracks. Their top artist is Radiohead.

Yes! Use the `scrobble_track` tool by providing the artist, track name, and a Unix timestamp. The agent will log the play to your Last.fm history immediately.

Related Connectors