ChatGPTGeminiClaudeGrok40,000+users on the Chrome Web Store4.7/ 5

Export Claude Conversations: Download as TXT, Markdown, JSON, or PDF

Exporting a Claude conversation means saving one thread, your prompts and Claude's replies, as a file on your own device. Claude's only native export is an account-wide data dump from Settings, under Privacy, emailed to you with a link that expires in 24 hours. The Claude module of AI Toolbox (formerly ChatGPT Toolbox), a Chromium extension by Infi Developments, adds an Export action to Manage Chats that saves one chat or a multi-select as TXT, Markdown with YAML frontmatter, JSON or PDF.

Single-conversation TXT export is free, with no account and no credit card. Open the chat, click Export, pick a format, and the file is on your machine.

Free TXT export | Premium $9.99/mo | Lifetime $99 | All Access $199 once for all four modules

AI Toolbox Manage Chats modal on Claude with four conversations selected and TXT, Markdown, JSON and PDF format options above the Export button

Manage Chats: select, pick a format, export

  • Tick one conversation or use Select all
  • TXT free; Markdown, JSON and PDF on Premium
  • Search chat titles to find older threads

The gap

Can you export a single Claude conversation? Not natively.

Claude ships exactly one export path: Settings, then Privacy, then Export data. It packages your entire account, sends it by email rather than downloading it, and the link stops working 24 hours later. There is no per-conversation button and no format picker anywhere in claude.ai.

That is a reasonable tool for a data request and a poor one for daily work. If you want the one thread where Claude worked out a migration plan, you have to request everything, wait for the mail, download inside a day, then dig the conversation out of the archive by hand.

Copy-pasting instead is slower than it looks: code blocks lose their fences, headings flatten, and nothing records which model answered or when. Backing up Claude conversations covers the archive side of the same problem.

Why it matters

What you cannot do with Claude alone:

  • Save one Claude answer as a file, without requesting an archive of your entire account.
  • Choose a format: the native dump arrives as data files, not a readable transcript, a Markdown note or a PDF.
  • Get it now, because the native export is queued, emailed to you, and the link expires 24 hours after it lands.
  • Move a thread into Obsidian, Logseq or a repo with its headings, code blocks and metadata intact.
  • Hand a colleague a single conversation without also handing over every other chat in your account.

People use Claude to write, review code and think through research. That output has real value, and by default it lives only inside a chat list.

Step by step

How to export Claude conversations

Export lives in Manage Chats, so the same five steps cover one conversation and a multi-select of thirty.

About 30 seconds end to end

  1. Install AI ToolboxAdd it from the Chrome Web Store. Works on Chrome, Edge, Brave, Opera, Arc and other Chromium browsers. Firefox is not supported.
  2. Open ClaudeGo to claude.ai and sign in. AI Toolbox indexes your conversations to a local IndexedDB store in the background, including older chats.
  3. Open Manage ChatsClick the AI Toolbox launcher in the Claude sidebar, then choose Manage Chats to see every synced conversation with a search box.
  4. Select what you wantTick one conversation, tick several, or use Select all. Search chat titles first if you are looking for something specific.
  5. Pick a format and exportChoose TXT, Markdown, JSON or PDF, then click Export. The file downloads straight to your machine, no email and no expiring link.
Add to Chrome, free

Where Manage Chats lives

AI Toolbox launcher on claude.ai listing Search History, Manage Chats, Manage Folders, My Artifacts, Manage Prompts, Manage Chains, Prompt Library and Smart Tags

AI Toolbox runs inside your browser. TXT, Markdown and JSON files are built on your device; PDF renders on our server and comes back without a copy being kept. Conversation content never reaches our servers.

Formats

Four formats, one at a time or in bulk

  • TXT (plain text)

    A clean, readable transcript of the whole thread. Best for skimming, printing, pasting into a document or sending to a colleague.

    Plan: Free, one conversation at a time

  • Markdown (with YAML frontmatter)

    Headings, lists and code blocks preserved, with a title, date, model, url and source block on top so the note drops straight into Obsidian, Logseq, Pandoc or a static-site generator.

    Plan: Premium and Lifetime

  • JSON (structured data)

    Machine-readable export that keeps roles, message order and metadata. Best for scripts, analysis, evaluation sets and compliance archives.

    Plan: Premium and Lifetime

  • PDF

    A formatted, print-ready document with HUMAN and Claude labels on each turn. Best for reports, records and sharing with people who do not use Claude.

    Plan: Premium and Lifetime

  • Bulk export

    Multi-select conversations in Manage Chats, or hit Select all, and export the whole set together in one format as a ZIP.

    Plan: Premium and Lifetime

  • Organised output

    Group chats into folders and subfolders first, and a bulk export lands as a folder tree of individual files rather than one flat pile.

    Plan: Premium and Lifetime

Free to start. See every feature in the extension.

In detail

What the native export cannot give you

The native gap

Claude gives you one button, and it exports everything

Claude's only export lives in Settings, under Privacy, as Export data. It covers the entire account, it is delivered by email rather than downloaded, and the link expires 24 hours after it arrives. There is no per-conversation download and no choice of format.

Claude Settings Privacy panel showing a single account-wide Export data button, the only export Claude offers natively

Markdown output

Every Markdown export opens with a YAML frontmatter block

Each .md file starts with title, date, model, url and source, then labels each turn as User or Claude. Nothing needs renaming or reformatting before it joins your notes, and the url field links back to the original conversation on claude.ai.

An exported Claude conversation as RLHF-Explained-Simply.md showing a YAML frontmatter block with title, date, model, url and source, then User and Claude message headings

Knowledge bases

Obsidian parses the frontmatter into Properties on its own

Open the exported file in Obsidian and title, date, url and source appear in the Properties panel with no plugin and no manual metadata entry. The same block is what Logseq, Pandoc, Quartz, Astro and Hugo read.

The exported Claude Markdown file opened in Obsidian, with the YAML frontmatter parsed into a Properties panel showing title, date, url and source above the Human and Claude sections

Bulk export

A bulk export unzips into folders, not one flat pile

Select a set of conversations, or a whole folder's worth, and the download arrives as a ZIP that mirrors your folder structure with one file per chat. That is a backup you can actually search six months later.

A downloaded claude-backup.zip expanded in Downloads, with Math and Research folders holding individual Markdown files for each conversation

Methods compared

Claude export options compared

Checked against the shipping extension and Claude's own settings on claude.ai, August 2026.

MethodFormatOne conversationKeeps metadataBulk exportSpeedCost
Copy-pastePlain textYes (manual)NoNoMinutes per chatFree
Claude native exportAccount data filesNo, whole accountPartialAll or nothingEmailed, link expires in 24hFree
Browser print to PDFPDFYes (one chat)NoNoInstantFree
AI Toolbox (Free)TXTYesTitle and dateNoInstantFree
AI Toolbox (Premium)TXT, Markdown, JSON, PDFYesFull frontmatterMulti-select and Select allInstant$9.99/mo or $99 lifetime

The same export ships on the ChatGPT, Gemini and Grok modules, and one All Access Lifetime purchase covers all four.

Use cases

Who exports their Claude conversations

  • Developers

    • Archive a debugging thread to the repo as Markdown
    • Keep architecture decisions out of a disappearing chat log
    • Export answers as JSON for evaluation sets
    • Move Claude's code review into project docs
  • Writers

    • Send drafts to Obsidian with the frontmatter already filled in
    • Save editing threads as Markdown notes
    • Archive a finished piece as PDF
    • Keep a portable copy of every session
  • Researchers

    • Export literature threads into a knowledge base
    • Save source lists as structured JSON
    • Attach an analysis to a report as PDF
    • Bulk export a project when it wraps
  • Anyone leaving a plan or a laptop

    • Take your history with you before a plan change
    • Keep a local copy that survives a deleted chat
    • Move between accounts without losing context
    • Store a ZIP with the rest of your backups
  • Works best with folders

    Pair export with Claude folders so chats map to projects, then bulk export the set and the ZIP keeps that structure.

    Add to Chrome, free

Privacy

Your Claude conversations stay in your browser

AI Toolbox indexes your Claude history to a local IndexedDB store on your own machine. TXT, Markdown and JSON files are generated there, so the conversation never leaves the browser to be exported.

  • Local by default: conversation content is never stored on our servers. Only what you build in the extension, folders, prompts and tags, syncs, encrypted at rest.
  • PDF is the one exception: the conversation is sent to our server to render the document and returned without a copy being kept.
  • GDPR compliant: no selling or sharing of user data, and the extension passed Chrome Web Store security review.

Pricing

Plans and pricing for the Claude module

Free covers single-conversation TXT export. Premium unlocks Markdown, JSON, PDF and bulk export on Claude. All Access does the same across ChatGPT, Gemini, Claude and Grok, paid once. Not an AI subscription: you keep using your own Claude account.

Free

$0forever

  • TXT export, one conversation at a time
  • 5 search results per query
  • 2 root folders, 2 bookmarks
  • Background sync of your Claude history
Add to Chrome

Premium

$9.99/month

  • Markdown (YAML), JSON and PDF export
  • Bulk export from Manage Chats
  • Unlimited search, folders and bookmarks
  • Artifact vault, smart tags and prompts
Get Premium

All Access LifetimeBest value

$199one-time

  • ChatGPT, Gemini, Claude and Grok included
  • Every future AI platform we add
  • All Premium features unlocked
  • Save $197 vs single Lifetimes
Get All Access

Teams$15/seat/month

All Premium features across the four modules ยท Admin dashboard ยท Team analytics ยท $12/seat/mo billed annually ยท 14-day free trial

See Teams
  • GDPR compliant
  • Secure checkout by Polar
  • 14-day money-back on a first purchase
  • Conversation content stays in your browser

Refunds follow the refund policy; renewals are not refundable. Premium unlocks for the email you enter at checkout, so use the same address you sign in to Claude with.

AI Toolbox holds a 4.7/5 rating from 816 reviews. Read them on the Chrome Web Store listing or on our reviews page.

Reviews

What people say on the Chrome Web Store

Transcribed word for word from the public listing, including the typos.

  • Great extension! Love the export feature.. The support is good, very responsive and helpful!
    Dave G ยท 9 May 2026
  • I didn't realize how much more I could do with ChatGPT until I got the Toolbox extension. It has taken everything I loved about ChatGPT and made it 100 times more effective. The tagging system and the easy-to-use organization tools are key highlights.
    Sugaa Baddie ยท 13 Feb 2025
  • The ChatGPT Toolbox team helped figure out my issue on a SATURDAY! And it was even Easter/Passover weekend Saturday. They were patient with me and walked me through everything they needed to solve my problem. Thanks, ChatGPT Toolbox!
    Susie Taylor ยท 4 Apr 2026
  • I no longer get frustrated trying to find a specific GPT in my long list. The ability to organize GPTs in folders and search a list of GPTs to find one should have been part of ChatGPT, but wasn't. This extension now eliminates that issue for me completely. The developer is very responsive and very fast to update with needed features to make it even more useful. I highly, highly, highly recommend this for anyone using ChatGPT for more than casual purposes.
    R.M. Nedd ยท 4 Feb 2025

FAQ

Questions people ask before exporting Claude

Can you export Claude conversations natively?

Not one at a time. Claude's only native export is an account-wide data dump from Settings, under Privacy, via Export data. It is delivered by email with a link that expires after 24 hours, and it is available on web and desktop only. There is no per-conversation download button and no choice of format. AI Toolbox adds one-click export of any single conversation as TXT, Markdown, JSON or PDF.

What formats can I export Claude conversations to?

AI Toolbox exports Claude conversations as TXT, Markdown (with a YAML frontmatter block containing title, date, model, url and source), JSON, or PDF. TXT export of a single conversation is free. Markdown, JSON and PDF, plus bulk export from Manage Chats, are on Premium ($9.99/month) and Lifetime ($99 one-time).

Is exporting Claude conversations free?

Exporting a single conversation as TXT is free, with no account and no credit card. The free plan also includes 5 search results per query, 2 bookmarked conversations and 2 root folders with unlimited subfolders. Markdown, JSON, PDF and bulk export unlock on Premium or Lifetime.

Can I export Claude conversations as PDF?

Yes. PDF is one of the four formats in both the single-conversation export dialog and the bulk export dialog in Manage Chats. Each turn is labelled HUMAN or Claude so the document reads like a transcript. PDF is a Premium format. The file renders on our server and is returned to you without a copy being kept.

Can I export multiple Claude conversations at once?

Yes. Open Manage Chats from the AI Toolbox launcher, tick as many conversations as you want or use Select all, pick a format, and click Export. The set downloads as a ZIP with one file per conversation, mirroring any folders you have created. Bulk export is a Premium feature on Claude.

Does Markdown export include YAML frontmatter for Obsidian and Logseq?

Yes. Every Markdown export opens with a YAML frontmatter block holding title, date, model, url and source. Obsidian parses it into the Properties panel automatically, with no plugin and no manual metadata entry, and Logseq, Pandoc, Quartz, Astro and Hugo read the same block.

Can I export older Claude conversations that are hard to find?

Yes. AI Toolbox indexes your Claude history to a local IndexedDB store in the background, so Manage Chats lists conversations you would otherwise have to scroll a long way to reach. Search chat titles in that modal, tick what you need, and export it.

Are my exported Claude conversations private?

Your conversations are indexed and stored locally in your browser, and TXT, Markdown and JSON files are generated on your device. PDF is the one exception: the conversation is sent to our server to render the document and returned without a copy being kept. Folders, prompts and tags sync encrypted at rest. AI Toolbox is GDPR compliant.

Does export work inside Claude Projects?

Yes. AI Toolbox exports any synced conversation whether it sits inside a Project or stands alone. That matters because Claude's own search is scoped per Project, while AI Toolbox search, folders, bookmarks and export span every Project and every standalone chat in the account.

Is export available on mobile?

No. AI Toolbox is a Chromium browser extension, so it runs on desktop only, in Chrome, Edge, Brave, Opera and Arc. On mobile, Claude's account-wide export from Settings, under Privacy, is the only option, and it arrives as an emailed archive rather than a file you pick a format for.

Where do exported files go?

Straight to your browser's normal download location, named after the conversation title. A bulk export arrives as a single ZIP that expands into one file per conversation, grouped by folder.

Does one purchase cover Claude only, or the other modules too?

A Claude Lifetime at $99 covers the Claude module. All Access Lifetime at $199 unlocks the ChatGPT, Gemini, Claude and Grok modules in the same install, saving $197 against buying four separate Lifetimes. It is not an AI subscription: you keep using your own Claude account.

40,000+ users ยท 4.7/5 on the Chrome Web Store

Export your first Claude conversation free

Install AI Toolbox, switch the Claude module on, and save a chat as TXT before you decide on anything else.