Connects Claude to setlist.fm's concert database through three straightforward tools: artist_search, venue_search, and setlist_search. You'll need a free API key from setlist.fm to use it. This is useful when you need to look up what songs a band played on a specific tour, find setlists from a particular venue, or compare how an artist's live performances vary across dates. Part of the Pipeworx gateway, so you can either use it standalone or access it alongside 250+ other data sources through their unified endpoint. Supports their ask_pipeworx natural language interface if you prefer describing what you want instead of calling tools directly.
setlist.fm MCP.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
artist_search | Search artists. |
venue_search | Search venues. |
setlist_search | Search setlists. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"setlist-fm": {
"url": "https://gateway.pipeworx.io/setlist-fm/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Setlist Fm data" })
The gateway picks the right tool and fills the arguments automatically.
MIT