June 2026 · 6 min read

Claude Reading List: Save Articles and Links Across Conversations

You're mid-conversation with Claude. You find a paper, a tool, a post — something worth returning to. You note the URL in the chat and move on.

Next week you want it back. You open a new Claude session. Blank slate. That link is gone.

This is the reading list problem: the best moment to save something is when you're thinking about it, but most tools make you leave the flow to do it. Browser bookmarks become graveyards. Readwise and Pocket are full of articles you never revisit.

There's a simpler pattern: save the link inside the Claude conversation where you found it, and make Claude able to retrieve it in any future session.

How it works with Stash

Stash is a hosted MCP connector — a persistent record store that Claude can read and write to across every session. You connect it once (30 seconds, one URL in Claude Settings), and then Claude can save and search anything you throw at it.

For a reading list, the flow is:

  1. You tell Claude to save a link — in plain English, mid-conversation
  2. Claude calls add_record() on your Stash collection
  3. The record persists permanently in your Stash store
  4. Any future Claude session can search your reading list in plain English

No switching apps. No clipboard. No losing context.

A real conversation

You: Save this for my reading list — https://arxiv.org/abs/2503.09012 — it's about MCP protocol security. Tag it "security, mcp".

Claude: Saved to your reading list.
Title: MCP Protocol Security (arxiv.org)
Tags: security, mcp
Added: today


You: [Three weeks later, new session] What security papers have I saved?

Claude: Found 3 items tagged "security" in your reading list:
1. MCP Protocol Security (arxiv.org) — saved 3 weeks ago
2. OAuth 2.0 best practices for MCP connectors — saved 6 weeks ago
3. Supply chain risks in AI toolchains — saved 2 months ago

Want me to open any of these or give you a summary of the first one?

Claude searches in plain English. No tags required (though they help). You can ask for "that paper about token costs I saved last month" or "links from my research on async Python" and get back what you stored.

What you can save

Stash records are just structured key-value objects. A reading list entry typically holds:

url        — the link
title      — what it is
notes      — why you saved it
tags       — optional labels
saved_date — automatic
status     — unread / reading / done

You don't define a schema ahead of time. You tell Claude "save this with a note that it's relevant to the pricing work" and Claude figures out the structure. Future searches work against whatever you stored.

Compared to alternatives

Tool Save flow Search Claude integration
Browser bookmarks Ctrl+D, folder drill URL text only None
Pocket / Readwise Extension click or share sheet Full-text (good) None built-in
Notion database Open Notion, paste, fill fields Filter/sort UI Via connector (expensive)
Stash via Claude Tell Claude in plain English Plain English, in Claude Native — Claude does the saving

The critical difference: with Stash, you never leave Claude to save something. You don't open a new tab. You don't switch apps. You say "save this" and Claude does it.

Status tracking

A reading list without status tracking is just a bookmark pile. Stash lets you update records in plain English too:

You: Mark the MCP security paper as done — I've read it.

Claude: Updated. Status set to "done" for "MCP Protocol Security (arxiv.org)".


You: What's still unread in my reading list?

Claude: 11 items unread. Oldest:
— OAuth 2.0 best practices (6 weeks ago)
— Supply chain risks in AI toolchains (2 months ago)
— Anthropic red-teaming process (3 months ago)

Want me to help you work through any of these?

Claude can also do things that no bookmark manager does: summarise a link you saved, compare two papers you've bookmarked, or draft a synthesis from everything you've saved on a topic.

Setup: 30 seconds

  1. Go to stashlite.com → sign in with Google → copy your connector URL
  2. In Claude: Settings → Connectors → Add custom → paste the URL
  3. Tell Claude: "Create a reading-list collection in Stash"
  4. Start saving
Free tier: 2,500 records, 50 searches/month. A reading list of 2,500 articles is probably more than you'll ever clear. No card required to start.

The habit that makes it work

The trick isn't the tool — it's the habit. When you're in a Claude conversation and you find something worth saving, just say so. Claude handles the rest. The activation energy is as close to zero as it gets.

Three months in, you'll have a searchable archive of everything interesting you've encountered, tied to the context of the conversation where you found it. That's harder to build in a browser or a Notion database than it sounds.


Add Stash to Claude — free

Sign in with Google → connector URL → paste into Claude Settings. Done in 30 seconds.

Get your connector URL →

Free tier: 2,500 records · 50 searches/month · cancel anytime · pricing may change

Related: Claude as a personal knowledge base · Search your notes with Claude via MCP · How to save information in Claude