Skip to content
Cursor

bandcamp mcp for Cursor

io.github.mrfentmen/bandcamp-mcp

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

client:Cursor transport:stdio runtime:npm

Install bandcamp mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

bandcamp mcp in other clients