Back to Physics Demo
MCP Quiz

Quiz inside Claude

Take the physics quiz directly inside Claude Code or Claude Desktop. Interactive quiz cards appear right in the conversation — no browser tab needed. Your answers flow back into the conversation so Claude can adapt.

How it works

  1. 1Install the MCP server (one-time setup)
  2. 2Ask Claude to quiz you on heat and thermal energy
  3. 3Interactive quiz cards appear in the conversation
  4. 4Claude sees your answers and adapts the session

Install in Claude Code

claude mcp add physics-quiz npx -y mcq-quiz-server --stdio
Claude Desktop config (manual)
{
  "mcpServers": {
    "physics-quiz": {
      "command": "npx",
      "args": ["-y", "mcq-quiz-server", "--stdio"]
    }
  }
}

What is MCP?

Model Context Protocol lets AI assistants use interactive tools. Instead of just reading text, Claude can render quiz cards you click on, see your results, and respond accordingly — all without leaving the conversation.

This is the same physics quiz content available in the AI Quiz and Quiz modes, but delivered through Claude instead of a web page.