MCP.so
Sign In
Servers
Q

Quiz Mcp

@karerckor

A Model Context Protocol (MCP) server for running interactive quizzes. This tool bridges the gap between AI generation and user interaction by allowing agents to generate quizzes and immediately present them to users in a polished web interface.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "quiz-mcp": {
      "command": "node",
      "args": [
        "bin/quiz-mcp",
        "run",
        "[options]"
      ]
    }
  }
}

More from Other