Show HN: Quizz MCP – Turn Claude Code Conversations into Quizzes

9 hours ago (github.com)

I built an MCP server that generates quizzes from your Claude Code sessions.

Reading AI explanations feels like understanding, but how much are you actually retaining? I wanted active recall instead of passive reading.

How it works: - Say "Quiz me on what we discussed" in Claude Code - It generates questions (multiple-choice, code-writing, open-ended) - Browser opens with a terminal-style UI - After each answer, you can chat with an AI tutor - Retry quizzes for spaced repetition

Tech: TypeScript, MCP SDK, Next.js, SQLite, Claude API

The whole thing is keyboard-driven (A-D to select, Enter to submit). Built it because I kept forgetting things from long Claude sessions and wanted something like Anki but automatic.

Would love feedback on the question generation quality, i'm already thinking in some kind of dashboard, reminders, gamifying your grind in the CLI.