mcpbeat Sign in

Setlist MCP Server

local only

Setlist MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 626 installs a week from npm. Last commit 20 Sep 2026.

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

Installs per day peak 208 · avg 43 · +378% w/w
a month agotoday
626
Installs / week
npm · setlist-mcp
1
Stars
0 open issues
20 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Setlist MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add setlist-mcp -- npx -y setlist-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "setlist-mcp": {
      "args": [
        "-y",
        "setlist-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.setlist-mcp]
command = "npx"
args = ["-y", "setlist-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "setlist-mcp": {
      "args": [
        "-y",
        "setlist-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "setlist-mcp": {
      "args": [
        "-y",
        "setlist-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SETLIST_API_KEY (Your setlist.fm API key (apply at setlist.fm/settings/api)), SETLIST_ACCEPT_LANGUAGE (Optional language for city/country names (en, es, fr, de, pt, tr, it, pl)), SETLIST_SESSION_COOKIE (Optional. Logged-in www.setlist.fm Cookie header — enables the attendance write tools.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Setlist MCP

same job, measured the same way
Setlist Fm
by pipeworx-io

setlist.fm: concert setlists by artist/venue/date. Free key required.

43 tools answering
Getyourguide MCP
by chrischall

GetYourGuide tours & activities for Claude — search, details, options, and reviews

275 installs/wk local only
LONG Events
by belong

Search events, conference weeks, cities, venues and artist schedules via remote MCP.

16 tools answering
Etix MCP
by chrischall

Etix event discovery for Claude — search events, venues & performers and fetch event details

547 installs/wk local only
Statistikdata
by statistikdata

Swedish open data for Claude and other AI assistants - verified, with sources.

answering
I
Taiwan CWA Weather
by nigue3025

Access Taiwan CWA weather data and forecasts for all counties and cities

48 installs/wk local only
J
Live Tribe
by livetribe

Japan's largest live house show database: search shows, artists, and venues

8 tools answering
Claude Handoff
by vasilispapg

Session handoff for Claude Code: list sessions and build handoff docs another agent continues from.

887 installs/wk local only

Setlist MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Setlist MCP?
Setlist MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package setlist-mcp was installed 626 times last week.
How do I connect Setlist MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls setlist-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Setlist MCP?
The npm package setlist-mcp was installed 626 times in the last week. Week over week that is +378%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Setlist MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.