Last.fm for Claude Code
io.github.ndyakov/lastfm-mcp
Last.fm MCP server: scrobbles, charts, artist/album/track info and more
client:Claude Code
transport:stdio
runtime:oci
Install Last.fm in Claude Code
run in your project directory
claude mcp add lastfm-mcp -e LASTFM_API_KEY=<LASTFM_API_KEY> -e LASTFM_API_SECRET=<LASTFM_API_SECRET> -e LASTFM_ENABLE_WRITES=<LASTFM_ENABLE_WRITES> -- docker run -i --rm ghcr.io/ndyakov/lastfm-mcp:0.1.0
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs