An enhanced userscript for exporting chat conversations from Claude.ai, building upon the excellent foundation of the original Claude.ai Ultimate Chat Exporter.
- Export individual chats in JSON or TXT format
- Export all chats at once from the chats overview page
- Clean and intuitive interface with integrated export buttons
- Preserves complete conversation history with timestamps
- Handles large chat histories efficiently
-
Install a userscript manager for your browser:
- Tampermonkey (recommended)
- Greasemonkey
- Violentmonkey
-
Install the script:
- Click here to install (GreasyFork link coming soon)
- Or copy the script content and create a new userscript in your userscript manager
-
Navigate to Claude.ai
-
For individual chats:
- Open any chat
- Click the "Export Chat" button
- Choose your preferred format (JSON or TXT)
-
For all chats:
- Go to the chats overview page (https://claude.ai/chats)
- Click the "Export All Chats" button
- Choose your preferred format
- Complete conversation data including:
- Message content
- Timestamps
- Conversation metadata
- Perfect for programmatic processing or backup
- Clean, readable format
- Messages clearly labeled with "User:" and "Claude:"
- Ideal for reading or sharing conversations
This project is a fork of Claude.ai Ultimate Chat Exporter by Geo Anima, licensed under the MIT License. Original functionality and core implementation by Geo Anima.
Enhanced and maintained by Doug Mortensen.
Planned enhancements include:
- Markdown export format
- Custom file naming templates
- Export progress indicators
- Batch export options with filters
- Enhanced error handling and recovery
- Export formatting customization
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see below for details:
MIT License
Copyright (c) 2025 Doug Mortensen
Original work Copyright (c) 2024 Geo Anima
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
- Initial fork from Claude.ai Ultimate Chat Exporter
- Updated metadata and documentation
- Added enhanced development roadmap
- Improved installation instructions
- Original release by Geo Anima