Skip to content
VS Code

bandcamp mcp for VS Code

io.github.mrfentmen/bandcamp-mcp

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

client:VS Code transport:stdio runtime:npm

Install bandcamp mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

bandcamp mcp in other clients