MCP.so
登录
Q

Quiz Mcp

@karerckor

关于 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.

基本信息

分类

其他

传输方式

stdio

发布者

karerckor

提交者

Igor Olshevsky

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器