Odel
setlist mcp

setlist mcp

Local
@chrischallTypeScriptMITUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsetlist-mcpv0.11.1

Run

npx -y setlist-mcp

MCP client config

{
  "mcpServers": {
    "setlist-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "setlist-mcp"
      ]
    }
  }
}