← Back to Plugins
MCP Server MCP

io.github.chrischall/setlist-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "setlist-mcp",
      "version": "0.9.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your setlist.fm API key (apply at setlist.fm/settings/api)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SETLIST_API_KEY"
        },
        {
          "description": "Optional language for city/country names (en, es, fr, de, pt, tr, it, pl)",
          "format": "string",
          "name": "SETLIST_ACCEPT_LANGUAGE"
        },
        {
          "description": "Optional. Logged-in www.setlist.fm Cookie header — enables the attendance write tools.",
          "format": "string",
          "isSecret": true,
          "name": "SETLIST_SESSION_COOKIE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...