MCP Servers / other / Quiz MCP

Quiz MCP

JSON →
stdiononeother

MCP server for interactive quizzes

Install
How to run this server
[ { "cmd": "npx @quiz-mcp/runner", "imports": [] } ]
server path: quiz-mcp
Tools
What this server exposes
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).
Configuration
Environment & auth
authnone
Resources
Quiz MCP — MCP Server · libregistry