Skip to main content
ClaudeWave

MCP server for setlist.fm — search concert setlists, artists, venues, and tours via natural language

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
ClaudeWave Trust Score
54/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
Flags
  • !No standard license detected
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/chrischall/setlist-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "setlist-mcp": {
      "command": "node",
      "args": ["/path/to/setlist-mcp/dist/index.js"],
      "env": {
        "SETLIST_API_KEY": "<setlist_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/chrischall/setlist-mcp and follow its README for install instructions.
Detected environment variables
SETLIST_API_KEY

1 items en este repositorio

Look up concert setlists and live-music history via setlist.fm. Use when the user asks what songs an artist played at a show, their tour setlists, what was performed at a venue or on a date, or wants to find concerts by artist, venue, city, or year. Triggers on phrases like "what did Radiohead play at...", "Phish setlist for...", "shows at Red Rocks", "what songs were played on this tour", or any request about concert setlists, gigs, tours, or live performances. Requires setlist-mcp installed and the setlist server registered (see Setup below).

Instalar
Casos de uso

Resumen de MCP Servers

# setlist-mcp

[![CI](https://github.com/chrischall/setlist-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/chrischall/setlist-mcp/actions/workflows/ci.yml)
[![npm](https://img.shields.io/npm/v/setlist-mcp)](https://www.npmjs.com/package/setlist-mcp)
[![license](https://img.shields.io/npm/l/setlist-mcp)](LICENSE)

MCP server for [setlist.fm](https://www.setlist.fm) — search concert setlists, artists, venues, tours, and cities from Claude via natural language. Mostly read-only (the setlist.fm REST API exposes no write endpoints), plus authenticated "I was there" attendance actions via your logged-in session.

> This project was developed and is maintained by AI (Claude). Use at your own discretion.

## What it does

Exposes 20 tools — 18 read-only over the [setlist.fm REST API](https://api.setlist.fm/docs/1.0/index.html), plus 2 authenticated "I was there" attendance actions:

| Area | Tools |
|------|-------|
| Artists | `setlist_search_artists`, `setlist_get_artist`, `setlist_get_artist_setlists` |
| Setlists | `setlist_search_setlists`, `setlist_get_setlist`, `setlist_get_setlist_version` |
| Venues | `setlist_search_venues`, `setlist_get_venue`, `setlist_get_venue_setlists` |
| Cities & countries | `setlist_search_cities`, `setlist_get_city`, `setlist_search_countries` |
| Users | `setlist_get_user`, `setlist_get_user_attended`, `setlist_get_user_edited` |
| Resolve | `setlist_resolve_concerts` |
| Attendance (authenticated writes) | `setlist_mark_attended`, `setlist_unmark_attended` |
| Utility | `setlist_healthcheck`, `setlist_id_from_url` |

## Setup

Get a free API key (non-commercial use) at [setlist.fm/settings/api](https://www.setlist.fm/settings/api), then add the server to your `.mcp.json`:

```json
{
  "mcpServers": {
    "setlist": {
      "command": "npx",
      "args": ["-y", "setlist-mcp"],
      "env": {
        "SETLIST_API_KEY": "your-api-key-here"
      }
    }
  }
}
```

Optional: `SETLIST_ACCEPT_LANGUAGE` (one of `en, es, fr, de, pt, tr, it, pl`) localizes city/country names.

See [SKILL.md](SKILL.md) for from-source setup, the full tool reference, and example flows.

## Attribution & terms

Use is governed by the [setlist.fm API terms](https://www.setlist.fm/help/api-terms). In short:

- **Attribute setlist.fm.** Every result carries a `url`; surface it as a *followable* source link (no `nofollow`) wherever the data is shown. The tool descriptions instruct the model to do this, and results pass the `url` through verbatim.
- **Non-commercial only** under a free key — commercial use requires setlist.fm's permission.
- **No persistent caching** — this server makes a live API call per tool invocation and keeps no datastore. Please don't add one.
- **Keep your API key private** — it lives in `SETLIST_API_KEY` (`.env` is gitignored) and never appears in tool output.

## Development

```bash
npm install
npm run build   # tsc + esbuild bundle → dist/
npm test        # vitest
```

For local runs, put `SETLIST_API_KEY=<key>` in a `.env` file (gitignored) next to the project root.

See [CLAUDE.md](CLAUDE.md) for architecture, conventions, and gotchas.

## License

MIT

Lo que la gente pregunta sobre setlist-mcp

¿Qué es chrischall/setlist-mcp?

+

chrischall/setlist-mcp es mcp servers para el ecosistema de Claude AI. MCP server for setlist.fm — search concert setlists, artists, venues, and tours via natural language Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala setlist-mcp?

+

Puedes instalar setlist-mcp clonando el repositorio (https://github.com/chrischall/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 chrischall/setlist-mcp?

+

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

¿Quién mantiene chrischall/setlist-mcp?

+

chrischall/setlist-mcp es mantenido por chrischall. La última actividad registrada en GitHub es de today, con 1 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: chrischall/setlist-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/chrischall-setlist-mcp)](https://claudewave.com/repo/chrischall-setlist-mcp)
<a href="https://claudewave.com/repo/chrischall-setlist-mcp"><img src="https://claudewave.com/api/badge/chrischall-setlist-mcp" alt="Featured on ClaudeWave: chrischall/setlist-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a setlist-mcp