betterquizzes

Chrissyuh/betterquizzes
★ 0 stars JavaScript 💻 Code/Dev Tools Updated 1d ago
BetterQuizzes V1 — ChatGPT quiz app and MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "betterquizzes": {
      "command": "npx",
      "args": [
        "-y",
        "Chrissyuh/betterquizzes"
      ]
    }
  }
}

README Excerpt

The public app/brand name is **BetterQuizzes**. The internal schema strings such as `betterquizzer.quiz`, `betterquizzer.launch`, and `betterquizzer.submission` are intentionally preserved for compatibility with existing saved quizzes, widget state, and regression tests. BetterQuizzes is an MCP-powered quiz widget. The model creates a `QuizSpec v2`, the widget collects answers, confidence, timing, completion state, and submission state, then returns a `SubmissionCapsule` for ChatGPT to grade.