libregistry
Registry
Models
Docker
IAM
MCP
Docs
Sign in with Google
MCP Servers
/
other
/ Quiz MCP
Quiz MCP
JSON →
stdio
none
other
MCP server for interactive quizzes
github ↗
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
auth
none
Resources
github
https://github.com/karerckor/quiz-mcp ↗
Quiz MCP — MCP Server · libregistry