PluginBench
MCP Server
Active
MIT

io.github.chrischall/setlist-mcp MCP Server

io.github.chrischall/setlist-mcp

What is the io.github.chrischall/setlist-mcp MCP server?

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

How to install io.github.chrischall/setlist-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SETLIST_API_KEY
    required
    secret

    Your setlist.fm API key (apply at setlist.fm/settings/api)

  • SETLIST_ACCEPT_LANGUAGE

    Optional language for city/country names (en, es, fr, de, pt, tr, it, pl)

  • SETLIST_SESSION_COOKIE
    secret

    Optional. Logged-in www.setlist.fm Cookie header — enables the attendance write tools.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "setlist-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "setlist-mcp"
      ],
      "env": {
        "SETLIST_API_KEY": "<YOUR_SETLIST_API_KEY>",
        "SETLIST_ACCEPT_LANGUAGE": "<YOUR_SETLIST_ACCEPT_LANGUAGE>",
        "SETLIST_SESSION_COOKIE": "<YOUR_SETLIST_SESSION_COOKIE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "setlist-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "setlist-mcp"
      ],
      "env": {
        "SETLIST_API_KEY": "<YOUR_SETLIST_API_KEY>",
        "SETLIST_ACCEPT_LANGUAGE": "<YOUR_SETLIST_ACCEPT_LANGUAGE>",
        "SETLIST_SESSION_COOKIE": "<YOUR_SETLIST_SESSION_COOKIE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "setlist-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "setlist-mcp"
      ],
      "env": {
        "SETLIST_API_KEY": "<YOUR_SETLIST_API_KEY>",
        "SETLIST_ACCEPT_LANGUAGE": "<YOUR_SETLIST_ACCEPT_LANGUAGE>",
        "SETLIST_SESSION_COOKIE": "<YOUR_SETLIST_SESSION_COOKIE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "setlist-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "setlist-mcp"
      ],
      "env": {
        "SETLIST_API_KEY": "<YOUR_SETLIST_API_KEY>",
        "SETLIST_ACCEPT_LANGUAGE": "<YOUR_SETLIST_ACCEPT_LANGUAGE>",
        "SETLIST_SESSION_COOKIE": "<YOUR_SETLIST_SESSION_COOKIE>"
      }
    }
  }
}
Claude Code
claude mcp add setlist-mcp --env SETLIST_API_KEY=<YOUR_SETLIST_API_KEY> --env SETLIST_ACCEPT_LANGUAGE=<YOUR_SETLIST_ACCEPT_LANGUAGE> --env SETLIST_SESSION_COOKIE=<YOUR_SETLIST_SESSION_COOKIE> -- npx -y setlist-mcp

Related MCP servers

OurFamilyWizard co-parenting for Claude — messages, calendar, expenses, and journal

5
TypeScript
MIT
View repository →

Zola wedding planning for Claude — vendors, budget, guests, seating, registry, and RSVPs

3
TypeScript
MIT
View repository →

Redfin real-estate for Claude — search, property details, market reports, saved homes

2
TypeScript
MIT
View repository →

Google Sheets (and more) for Claude via gogcli — read, write, and manage spreadsheets

1
TypeScript
MIT
View repository →

Google Classroom via gogcli for Claude — courses, assignments, submissions, grading

1
TypeScript
MIT
View repository →

Extended Google Docs for Claude via gogcli — auth + full Docs and comments support

1
TypeScript
MIT
View repository →