Skip to main content
ClaudeWave

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

MCP ServersOfficial Registry0 stars0 forksTypeScriptUpdated 1mo ago
ClaudeWave Trust Score
57/100
· OK
Passed
  • Recently active
  • Clear description
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/22/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/mrfentmen/setlist-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "setlist-mcp": {
      "command": "node",
      "args": ["/path/to/setlist-mcp/dist/index.js"],
      "env": {
        "SETLISTFM_API_KEY": "<setlistfm_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/mrfentmen/setlist-mcp and follow its README for install instructions.
Detected environment variables
SETLISTFM_API_KEY
Use cases

MCP Servers overview

# setlist mcp

Concert setlists via the [Setlist.fm API](https://www.setlist.fm/settings/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:

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

## Claude Desktop / Cursor config

```json
{
  "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>)`

What people ask about setlist-mcp

What is mrfentmen/setlist-mcp?

+

mrfentmen/setlist-mcp is mcp servers for the Claude AI ecosystem. MCP server for Setlist.fm, concert setlists, songs played live, tour history It has 0 GitHub stars and its last recorded update is dated 2026-08-08.

How do I install setlist-mcp?

+

You can install setlist-mcp by cloning the repository (https://github.com/mrfentmen/setlist-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is mrfentmen/setlist-mcp safe to use?

+

Our security agent has analyzed mrfentmen/setlist-mcp and assigned a Trust Score of 57/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains mrfentmen/setlist-mcp?

+

mrfentmen/setlist-mcp is maintained by mrfentmen. The last recorded GitHub activity is dated 2026-08-08, with 0 open issues.

Are there alternatives to setlist-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy setlist-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: mrfentmen/setlist-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mrfentmen-setlist-mcp)](https://claudewave.com/repo/mrfentmen-setlist-mcp)
<a href="https://claudewave.com/repo/mrfentmen-setlist-mcp"><img src="https://claudewave.com/api/badge/mrfentmen-setlist-mcp" alt="Featured on ClaudeWave: mrfentmen/setlist-mcp" width="320" height="64" /></a>

More MCP Servers

setlist-mcp alternatives