bandcamp_mcp_server

T-parrish/bandcamp_mcp_server
★ 0 stars Rust AI/LLM Updated today
MCP server to expose some commonly used Bandcamp actions for LLM usage
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bandcamp_mcp_server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "bandcamp_mcp_server"
      ]
    }
  }
}