Skip to content
Zed

Last.fm MCP by UnClick for Zed

io.github.malamutemayhem/lastfm

Music charts, artist info, similar artists, and top tracks from Last.fm. By UnClick.

client:Zed transport:stdio runtime:npm

Install Last.fm MCP by UnClick in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "lastfm": {
      "command": "npx",
      "args": [
        "-y",
        "@unclick/lastfm-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Last.fm MCP by UnClick in other clients