Quizz MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Quizz MCPQuiz me on what we just discussed"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
When you're exploring a new concept, debugging code, or learning a framework through Claude or Claude Code, how much are you actually retaining? Quizz MCP helps you engage deeper with your AI interactions by generating quizzes that test your understanding - giving you new perspectives and revealing gaps you didn't know you had.
Why?
Reading explanations feels like understanding. But real comprehension comes from actively recalling and applying concepts. Quizz creates that active engagement:
Test yourself on code you just reviewed
Discover blind spots in your understanding
Get AI feedback on your reasoning, not just right/wrong
Track progress across topics over time
Related MCP server: Quiz App MCP server
Getting Started
1. Install
git clone https://github.com/ThoBustos/quizz-mcp.git
cd quizz-mcp
pnpm install && pnpm buildRequires: Node.js 20.11+, pnpm 8+
2. Configure Claude Code
Add to your MCP settings (~/.claude/settings.json or project .mcp.json):
{
"mcpServers": {
"quizz": {
"command": "node",
"args": ["/absolute/path/to/quizz-mcp/packages/mcp/dist/index.js"],
"env": {
"ANTHROPIC_API_KEY": "sk-ant-..."
}
}
}
}3. Start the Web UI
cd quizz-mcp
pnpm devOpens at http://localhost:9004
4. Generate Your First Quiz
In Claude Code, just ask:
Quiz me on what we just discussedOr be specific:
Generate a quiz about React hooks - 5 questions, medium difficulty, mix of multiple choice and code writingClaude will ask you to confirm:
Content: What to quiz on
Difficulty: Easy, Medium, Hard, or Expert
Question count: 1-20 questions
Question types: Multiple-choice, multi-select, open-ended, or code-writing
Then it opens the quiz in your browser.
Taking a Quiz
Keyboard Navigation
Key | Action |
| Jump to option |
| Navigate options |
| Toggle selection (multi-select) |
| Submit answer |
| Submit code answer |
| Expand/collapse AI chat |
AI Chat
After each answer, you can chat with Claude about the question. Ask for clarification, explore edge cases, or dive deeper into concepts. Click the expand button (or Cmd+Shift+E) for a full-screen chat experience.
The chat supports code blocks, markdown, LaTeX math, and more:
Difficulty Levels
Level | Pass Threshold | What It Tests |
Easy | 50% | Basic recall, main ideas |
Medium | 60% | Comprehension, patterns, "how" and "why" |
Hard | 75% | Analysis, connections, trade-offs |
Expert | 85% | Critical evaluation, edge cases, alternatives |
Quiz Results
When you complete a quiz, you'll see your score and a summary of all questions. Hit Try Again to reinforce your learning with spaced repetition.
Viewing Your Progress
In Claude Code:
Show my quiz statsOr use the quiz_stats tool to see:
Total quizzes taken
Average scores by difficulty
Recent session history
Themes
Go to Settings (gear icon) to configure your theme:
Theme | Style |
Hacker | Matrix green terminal aesthetic (default) |
Claude Community | Warm Claude orange tones |
Minimal | Clean blue GitHub-style |
Thomas | Green accents + amber buttons |
Your preference is saved locally.
Troubleshooting
Quiz won't generate?
Ensure
ANTHROPIC_API_KEYis set in your MCP configCheck that the path to
packages/mcp/dist/index.jsis absolute
Browser doesn't open?
Start the web UI manually:
pnpm devNavigate to
http://localhost:9004/quiz/{session-id}
Database errors?
The database is stored at
~/.quizz/data.dbBoth MCP server and web UI share this database
Fun fact: SQLite is the most deployed database in the world - it's in your phone, browser, car, and now tracking your quiz scores. Your learning progress is literally stored in the same format as aircraft flight systems. No pressure.
For Developers
See DESIGN.md for architecture details, or explore:
pnpm test # Run tests
pnpm lint # Check code style
pnpm typecheck # Type checkingLicense
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Voice-led, FSRS-scheduled flashcards from YouTube, PDFs, web, or text. Auto-graded quizzes.
AI-powered corporate learning platform — manage courses, users, and insights via Claude.
- backrowOAuthai.backrow
Turn any recording or document into notes, flashcards and quizzes your agent can read and act on
Quiz.Video MCP: list, create, AI-generate, and render quiz and flashcard videos.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables AI assistants to request human input through interactive GUI dialogs with quiz-style questions, supporting multiple choice and free-form responses for clarification, decisions, and knowledge extraction.1-
- FlicenseNot gradedqualityBmaintenanceEnables users to run and interact with a quiz application through Claude Desktop or claude.ai, supporting user registration, question retrieval, answer validation, leaderboard generation, and answer review.1-
- AlicenseNot gradedqualityCmaintenanceEnables ChatGPT to turn uploaded course materials into interactive quizzes with multiple question types, in-chat answering, automated grading, and results analysis.MIT
- FlicenseNot gradedqualityBmaintenanceEnables users to run an interactive quiz through natural language, registering players, retrieving questions, validating answers, and generating leaderboards or answer reviews via MCP tools.-