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.
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.
Frequently asked questions
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`.
Basic information
More Other MCP servers
ICSS
chokcoco不止于 CSS
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
Comments