Skip to main content
Glama
leosakharoff

Bandcamp MCP

by leosakharoff

Bandcamp MCP

MCP server for Bandcamp music discovery and research. Deploy on Render (free tier) and use with Claude.

Tools

Tool

Description

bandcamp_search

Search for albums, artists, tracks, labels

bandcamp_get_album

Get album details with tracklist, tags, credits, pricing

bandcamp_get_artist

Get artist info, bio, discography, links

bandcamp_get_track

Get track details with lyrics

bandcamp_browse_tag

Browse music by genre/tag

bandcamp_discover

Discover new music by genre, format, popularity

Related MCP server: Music Player MCP Server

Deploy to Render

  1. Fork this repo

  2. Go to Render Dashboard

  3. Select your forked repo

  4. Click Apply - uses render.yaml automatically

No environment variables needed.

Configure Claude

Add to ~/.mcp.json:

{
  "mcpServers": {
    "bandcamp": {
      "url": "https://your-app.onrender.com/sse"
    }
  }
}

Restart Claude Code to activate.

Example Usage

"Search for Aphex Twin on Bandcamp"
"Find new ambient albums"
"Get info about this album: https://artist.bandcamp.com/album/..."
"Discover top electronic vinyl releases"

ambient, electronic, synthwave, vaporwave, lofi, techno, house, shoegaze, post-punk, indie-rock, dark-ambient, drone, noise, chiptune, lo-fi-hip-hop

Local Development

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python -m src.server_remote

Server runs on http://localhost:8000

License

MIT

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables music search, metadata retrieval, local audio analysis (tempo, key, energy), recommendations, song recognition, and classical work resolution via Spotify, Last.fm, AudD, MusicBrainz, and Songkick APIs.
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables searching the Apple iTunes catalog by keyword across music, movies, podcasts, TV shows, apps, ebooks, and more, with support for exact-ID lookup and top charts for podcasts and ebooks.
    3
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/leosakharoff/bandcamp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server