setlist mcp for Grok
io.github.chrischall/setlist-mcp
setlist.fm concert data for Claude — setlists, artists, venues, tours, and cities
client:Grok
transport:stdio
runtime:npm
Install setlist mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"setlist-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"setlist-mcp"
],
"env": {
"SETLIST_API_KEY": "<SETLIST_API_KEY>",
"SETLIST_ACCEPT_LANGUAGE": "<SETLIST_ACCEPT_LANGUAGE>",
"SETLIST_SESSION_COOKIE": "<SETLIST_SESSION_COOKIE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs