Quiz Mcp
@karerckor
About Quiz Mcp
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.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"quiz-mcp": {
"command": "node",
"args": [
"bin/quiz-mcp",
"run",
"[options]"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Quiz MCP?
Quiz MCP is a Model Context Protocol (MCP) server for running interactive quizzes. It bridges AI generation and user interaction by allowing agents to generate quizzes and present them in a polished web interface. It is local-first, with no external APIs, no cloud services, no telemetry, and no user data leaving the system.
How to use Quiz MCP?
Install with pnpm install && pnpm build. Use the CLI commands: quiz run to run quizzes via a browser UI, or quiz mcp to start the MCP server for AI agent integration. Alternatively, run directly with npx quiz-mcp run or npx quiz-mcp mcp. Configure as an MCP server in AI editors (Claude Code, OpenCode, Cursor, VSCode) by adding to the client’s mcp.json.
Key features of Quiz MCP
- Interactive Web UI (SvelteKit 5 + Tailwind CSS + DaisyUI)
- Fully MCP-compatible for AI agent integration
- 8 question types: single/multiple choice, remove extra, order, match, text, input, input list
- Flexible configuration: theme, timer, shuffling, progress indicators
- CLI tool for local testing and usage
- i18n ready (English, Spanish, Russian, Ukrainian)
- Local-first privacy: no external APIs, cloud services, or telemetry
- Storybook component documentation
Use cases of Quiz MCP
- AI agents generate interactive quizzes and immediately present them to users via a browser UI
- Self-assessment or learning with example quizzes (JavaScript Fundamentals, Web Development)
- Run quizzes from local JSON files or URLs in standalone mode
- Integrate quiz creation and result collection into AI-assisted workflows
FAQ from Quiz MCP
What dependencies are needed to run Quiz MCP?
Quiz MCP requires Node.js and pnpm for building, but can be run without manual installation using npx, pnpx, or bunx.
Where does quiz data reside?
All quiz data and session information stay on your local machine. No user data leaves your system unless you explicitly configure a webhook for results.
How do AI agents connect to Quiz MCP?
Start the MCP server with node bin/quiz-mcp mcp (or npx quiz-mcp mcp) and configure your MCP client (e.g., Claude Code, Cursor) by adding an entry to its mcp.json file pointing to the server.
What transport and authentication does Quiz MCP use?
The MCP server runs on localhost (default port 3000) over HTTP. No authentication mechanisms are described; the server is intended for local use.
Are there any known limitations in Quiz MCP?
The README does not document any specific limitations. The server supports up to a maximum concurrent sessions configurable via --max-sessions.
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Nginx UI
0xJackyYet another WebUI for Nginx
Comments