Skip to content
Gemini CLI

bandcamp mcp for Gemini CLI

io.github.mrfentmen/bandcamp-mcp

Keyless MCP server for Bandcamp discovery: trending and new albums and tracks, genres, artists,...

client:Gemini CLI transport:stdio runtime:npm

Install bandcamp mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

bandcamp mcp in other clients