Skip to content
Zed

setlist mcp for Zed

io.github.chrischall/setlist-mcp

setlist.fm concert data for Claude — setlists, artists, venues, tours, and cities

client:Zed transport:stdio runtime:npm

Install setlist mcp 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": {
    "setlist-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "setlist-mcp"
      ],
      "env": {
        "SETLIST_API_KEY": "<SETLIST_API_KEY>",
        "SETLIST_ACCEPT_LANGUAGE": "<SETLIST_ACCEPT_LANGUAGE>",
        "SETLIST_SESSION_COOKIE": "<SETLIST_SESSION_COOKIE>"
      }
    }
  }
}

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

setlist mcp in other clients