bandcamp mcp for Zed
io.github.mrfentmen/bandcamp-mcp
Keyless MCP server for Bandcamp discovery: trending and new albums and tracks, genres, artists,...
client:Zed
transport:stdio
runtime:npm
Install bandcamp mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bandcamp-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/bandcamp-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs