Skip to main content
ClaudeWave

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

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptActualizado 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
Casos de uso

Resumen de MCP Servers

# 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>)`

Lo que la gente pregunta sobre setlist-mcp

¿Qué es mrfentmen/setlist-mcp?

+

mrfentmen/setlist-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Setlist.fm, concert setlists, songs played live, tour history Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-08.

¿Cómo se instala setlist-mcp?

+

Puedes instalar setlist-mcp clonando el repositorio (https://github.com/mrfentmen/setlist-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar mrfentmen/setlist-mcp?

+

Nuestro agente de seguridad ha analizado mrfentmen/setlist-mcp y le ha asignado un Trust Score de 57/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene mrfentmen/setlist-mcp?

+

mrfentmen/setlist-mcp es mantenido por mrfentmen. La última actividad registrada en GitHub es del 2026-08-08, con 0 issues abiertos.

¿Hay alternativas a setlist-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega setlist-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a setlist-mcp