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.
claude mcp add physics-quiz npx -y mcq-quiz-server --stdio
{
"mcpServers": {
"physics-quiz": {
"command": "npx",
"args": ["-y", "mcq-quiz-server", "--stdio"]
}
}
}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.