setlist.fm concert data for Claude — setlists, artists, venues, tours, and cities
setlist.fm concert data for Claude — setlists, artists, venues, tours, and cities
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (26/27 approved).
12 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SETLIST_API_KEY
Environment variable: SETLIST_ACCEPT_LANGUAGE
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-chrischall-setlist-mcp": {
"env": {
"SETLIST_API_KEY": "your-setlist-api-key-here",
"SETLIST_ACCEPT_LANGUAGE": "your-setlist-accept-language-here"
},
"args": [
"-y",
"setlist-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
MCP server for setlist.fm — search concert setlists, artists, venues, tours, and cities from Claude via natural language. Read-only (setlist.fm exposes no write API).
This project was developed and is maintained by AI (Claude). Use at your own discretion.
Exposes 16 read-only tools over the setlist.fm REST API:
| 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 |
| Utility | setlist_healthcheck |
Get a free API key (non-commercial use) at setlist.fm/settings/api, then add the server to your .mcp.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 for from-source setup, the full tool reference, and example flows.
Use is governed by the setlist.fm API terms. In short:
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.SETLIST_API_KEY (.env is gitignored) and never appears in tool output.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 for architecture, conventions, and gotchas.
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.