Story

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

ThoBustos Sunday, March 01, 2026

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.

Summary
This repository contains a quiz application built with React, allowing users to take quizzes on various topics and track their progress. The application features a clean and intuitive user interface, with functionality to create, edit, and delete quizzes, as well as save user scores.
1 0
Summary
github.com
Visit article Read on Hacker News