Quiz MCP
JSON →MCP server for interactive quizzes
Install
npx @quiz-mcp/runner Tools · 6
- start_quiz Start a quiz by providing quiz data as JSON, returns a URL for the human to fill in.
- get_answers Retrieve the answers submitted by the human for a running or completed quiz.
- get_quiz_format Get the expected JSON schema/format for creating a quiz.
- stop_runner Stop the quiz runner server.
- get_quizzes List all quizzes available in the user's workspace (remote server only).
- cleanup_quiz Clean up/delete a quiz from the user's workspace (remote server only).