← Reddit

Script to bulk delete Claude chats from the web UI

Reddit · uscnep · June 12, 2026
A user discovered that Claude lacks a bulk delete feature for chats comparable to ChatGPT, requiring manual scrolling and selection that becomes impractical with large chat histories. The user developed an automated script to streamline this process and shared it publicly on GitHub for others encountering the same limitation.

Detailed Analysis

A community developer has published an open-source GitHub repository — `MatteoLeonesi/bulk-delete-claude-chat` — offering a browser-based script to automate the bulk deletion of chat histories from Claude's web interface. The tool addresses a specific and frustrating gap in Claude's native feature set: unlike competitors such as ChatGPT, which offers relatively accessible bulk chat management, Claude's web UI requires users to manually scroll to the bottom of their chat list, select conversations individually or in batches, and delete them — a process that becomes practically unworkable for users with large conversation histories. The script automates this entire workflow without requiring user intervention beyond initial execution.

The significance of this gap is not trivial from a user experience and privacy standpoint. Many users accumulate hundreds or thousands of conversations over time, and the inability to efficiently purge that history creates real friction for those concerned about data hygiene, account organization, or simply starting fresh. The fact that a workaround needed to be community-built — rather than being a native product feature — highlights a disparity in feature parity between Claude and its primary competitors. ChatGPT, for example, has offered bulk conversation management for some time, suggesting Anthropic has deprioritized this particular quality-of-life feature in favor of other development priorities.

From a broader product development perspective, this situation reflects a recurring dynamic in AI assistant platforms: core conversational capabilities tend to receive the most investment, while administrative and organizational UI features lag behind. Anthropic has focused heavily on Claude's reasoning capabilities, safety properties, and API ecosystem, but the consumer-facing web product has at times shown gaps in basic account management tooling. Community-built scripts like this one serve as informal signals to product teams about unmet user needs, and the positive reception such tools typically receive on forums like Reddit often precedes official feature additions.

The emergence of user-built automation scripts for Claude's UI also touches on broader trends around AI platform extensibility and power-user behavior. As AI assistants become daily-use tools rather than novelty applications, the bar for platform polish rises. Users accustomed to robust data management controls in other software — from email clients to note-taking apps — increasingly expect the same from AI platforms. The willingness of community developers to fill these gaps demonstrates genuine platform adoption depth, but it also places a spotlight on the responsibility of companies like Anthropic to mature their consumer products in tandem with their underlying model capabilities. A feature as foundational as bulk chat deletion arguably belongs in the native product, not in a third-party GitHub repo.

Read original article →