setlist mcp for Zed
io.github.mrfentmen/setlist-mcp
Use this MCP server to Setlist.fm, concert setlists, songs played live, tour history. Tools...
client:Zed
transport:stdio
runtime:npm
Install setlist mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"setlist-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/setlist-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs