Skip to content
Cursor

setlist mcp for Cursor

io.github.mrfentmen/setlist-mcp

Use this MCP server to Setlist.fm, concert setlists, songs played live, tour history. Tools...

client:Cursor transport:stdio runtime:npm

Install setlist mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "setlist-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/setlist-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

setlist mcp in other clients