New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@mrfentmen/setlist-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mrfentmen/setlist-mcp

MCP server for Setlist.fm — concert setlists, songs played live, tour history

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

setlist-mcp

Concert setlists via the Setlist.fm API. "Who played what live, and how many times?"

Tools

  • search_artist — find an artist by name (returns MusicBrainz ID)
  • get_artist_setlists — recent shows for an artist, filter by year
  • get_setlist_detail — full song-by-song setlist for a show
  • count_song_plays — how many times a song was played live + example shows

Setup

Get a free API key at https://www.setlist.fm/settings/api, then:

export SETLISTFM_API_KEY=your-key
npm install && npm run build

Claude Desktop / Cursor config

{
  "mcpServers": {
    "setlist": {
      "command": "node",
      "args": ["/absolute/path/to/setlist-mcp/dist/index.js"],
      "env": { "SETLISTFM_API_KEY": "your-key" }
    }
  }
}

Example

"What did Radiohead play on their last tour?" search_artist("Radiohead")get_artist_setlists(<mbid>)get_setlist_detail(<id>)

Keywords

mcp

FAQs

Package last updated on 08 Aug 2026

Related posts