Opyt vs Claude on its own
Start with the concession, because it is a large one. You do need Claude, or Cursor, or another client. Opyt is an MCP server with no interface of its own, and it is worthless without one. For anything public and indexed, your assistant's built-in search already finds it and Opyt adds nothing at all.
The problem is that the sources Opyt is built on are not publicly fetchable. Fetching a post on x.com returns HTTP 402 Payment Required; X's robots.txt admits Google and almost nobody else; and an assistant's web fetch makes a plain request that does not log in or fill in forms. Your bookmarks, likes, follows and Substack subscriptions are private to your account by definition, so no crawler will ever reach them, however good it gets.
The second problem outlasts the first. Even where a source is reachable, an assistant that fetches it keeps nothing. The next session starts from zero, re-fetches and re-pays. Nothing accumulates, so there is nothing to count, no convergence between questions asked months apart, and no way to ask what you have actually been reading.
At a glance
| Opyt | Claude on its own | |
|---|---|---|
| Your bookmarks and likes | The seed of the whole store | Private to your account; no crawler reaches them |
| A post on X | Ingested and kept, in full text | x.com answers a plain fetch with 402 |
| Your Substack subscriptions | Read from your own session, full text | Private, and paywalled posts need your subscription |
| A person's whole archive | One confirmation: 3,412 posts, 38 repos, 96 essays, free | Re-crawled per question, where it is reachable at all |
| What you read last spring | Counted across the whole store by topic, author and month | Not retained; every session starts from zero |
| A public topic you have never touched | Nothing; it is not in the store | Deep research is the right tool |
| Cost per question | One embedding call, about $0.000001, then a 229 ms local scan | One fetch-and-read per source, every time |
| What it is | An MCP server your client calls | The client itself |
Where Claude on its own is better
Where Opyt is better
Which one
Opyt is worthless without a client like Claude, so this was never a fork. The narrow question is whether Claude alone can reach your bookmarks, your subscriptions and a person's whole archive. It cannot, and what it does reach, it does not keep.
install Opyt free, MIT, five minutes