← Back to browse

setlist-mcp

Indexed by io.github.chrischall

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSETLIST_API_KEY SETLIST_ACCEPT_LANGUAGE SETLIST_SESSION_COOKIE
Claude Code
claude mcp add --env SETLIST_API_KEY= --env SETLIST_ACCEPT_LANGUAGE= --env SETLIST_SESSION_COOKIE= setlist-mcp -- npx setlist-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"setlist-mcp","command":"npx","args":["setlist-mcp"],"env":{"SETLIST_API_KEY":"","SETLIST_ACCEPT_LANGUAGE":"","SETLIST_SESSION_COOKIE":""}}'
JSON
{
  "mcpServers": {
    "setlist-mcp": {
      "command": "npx",
      "args": [
        "setlist-mcp"
      ],
      "env": {
        "SETLIST_API_KEY": "",
        "SETLIST_ACCEPT_LANGUAGE": "",
        "SETLIST_SESSION_COOKIE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.