How to Use the Bandcamp MCP in Claude Code
Automate independent music data pipelines straight from your terminal. Connect Claude Code to Bandcamp and script metadata extraction.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Bandcamp MCP to Claude Code
Create your Vinkius account to connect Bandcamp to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Headless music catalog scraping
Cron jobs can now pull fresh indie releases without maintaining fragile web scrapers. Run a scheduled script where the CLI calls `get_new_releases` and `get_best_selling` to grab the latest charts. Pipe that output directly into your database. The MCP Server formats titles, artists, and artwork URLs into clean JSON. You get a reliable data feed running in the background of your CI/CD pipeline.
Parse complex album metadata via CLI
Pass a list of release URLs through your terminal and let the agent do the heavy lifting. By invoking `get_page_data`, it strips out structured data including pricing and tracklists from any artist or album page. This replaces hundreds of lines of Python BeautifulSoup code. The agent grabs the embedded metadata, formats it, and writes it to standard output. You just pipe it into jq or your backend ingestion service.
Curate Bandcamp content using Claude Code's MCP Server
Build automated indie music newsletters by hitting the editorial endpoints. Your shell script triggers `get_featured` to grab stories and curated picks from the front page. Looking for specific genres? The CLI checks `get_tags` first, then passes the exact string to `discover_music`. It compiles the results into a markdown file and commits it to your GitHub repository automatically.
Set up Bandcamp MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seebandcamp-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Bandcamp transactions." It will automatically discover and invoke the available Bandcamp tools.
claude mcp add --transport http bandcamp-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Bandcamp MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Bandcamp MCP today
We host it, we monitor it, we maintain it. You just paste one token.