Migrate your Pocket reading list to Burn 451 or any format you want.
Pocket shut down in July 2025. Your reading list shouldn't die with it.
This zero-dependency CLI parses your Pocket export, shows you what you actually saved (and what you never read), and converts everything to Markdown, JSON, or CSV.
npx pocket-to-burn analyze ./ril_export.htmlNo install needed. Runs directly with npx.
- Go to
https://getpocket.com/export - Download
ril_export.html - Run any command below on that file
See what's in your Pocket export — total count, read vs. unread ratio, top tags, and bookmarks by year.
npx pocket-to-burn analyze ./ril_export.htmlExport to a clean format for use anywhere.
# JSON (default)
npx pocket-to-burn convert ./ril_export.html -o json
# Markdown
npx pocket-to-burn convert ./ril_export.html -o markdown
# CSV (for spreadsheets)
npx pocket-to-burn convert ./ril_export.html -o csvDirect import to Burn 451 is coming. For now:
npx pocket-to-burn convert ./ril_export.html -o json
# Then import via Burn 451's MCP integrationPocket was acquired by Mozilla in 2017, then slowly neglected, and finally shut down in July 2025. Millions of users lost access to years of curated reading lists.
Your bookmarks are yours. This tool gets them out of a dead product and into a format you control.
- Node.js 18+
- Your Pocket export file (
ril_export.html)
MIT
- burn-mcp-server — MCP server with 26 tools for Claude / Cursor / Windsurf
- reading-digest — turn your reading list into a daily / weekly digest
- reading-filter — AI prioritizer that scores your reading queue into MUST_READ / SKIM / SKIP tiers
- digest-or-burn — burn-pile CLI for your markdown hoard (absorb, act, or burn)
- reading-routine — daily triage CLI that feeds Claude Code Routines / cron / manual review
- readwise-to-burn — import your Readwise Reader library into Burn 451
- burn451-cli — terminal UI for Burn reading queue
- burn-mcp-recipes — 8 ready-to-use prompts for the Burn MCP
Learn more at burn451.cloud.
Built for Burn 451 — Read it or let it burn.