Skip to content
Cline

Last.fm for Cline

io.github.ndyakov/lastfm-mcp

Last.fm MCP server: scrobbles, charts, artist/album/track info and more

client:Cline transport:stdio runtime:oci

Install Last.fm in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "lastfm-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ndyakov/lastfm-mcp:0.1.0"
      ],
      "env": {
        "LASTFM_API_KEY": "<LASTFM_API_KEY>",
        "LASTFM_API_SECRET": "<LASTFM_API_SECRET>",
        "LASTFM_ENABLE_WRITES": "<LASTFM_ENABLE_WRITES>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Last.fm in other clients