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.

コメント

「その他」の他のコンテンツ