Skip to content
Zed

Last.fm for Zed

io.github.ndyakov/lastfm-mcp

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

client:Zed transport:stdio runtime:oci

Install Last.fm in Zed

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

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

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

Last.fm in other clients