setlist mcp for VS Code
io.github.mrfentmen/setlist-mcp
Use this MCP server to Setlist.fm, concert setlists, songs played live, tour history. Tools...
client:VS Code
transport:stdio
runtime:npm
Install setlist mcp in VS Code
.vscode/mcp.json
{
"servers": {
"setlist-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfentmen/setlist-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs