Quiz MCP Server

Instead of generating HTML forms as artifacts or asking questions one-by-one in chat, the model describes a quiz as JSON, the user fills it in at

Remote serverstreamable-http

What is the Quiz MCP MCP server?

Quiz MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Quiz MCP directly instead of describing what you should do. Instead of generating HTML forms as artifacts or asking questions one-by-one in chat, the model describes a quiz as JSON, the user fills it in at http://localhost:<port>, and the answers flow back to the model as structured data.

What the assistant can call

Once Quiz MCP is connected, these are the calls the assistant has available:

  • Path — Package / App
  • Node.js — ≥ 20
  • pnpm — 10.8.1 (pinned via packageManager)
  • OpenCode — The OpenCode tool exposed by this server

Configuration and credentials

| Tool | Version | |---|---| | Node.js | ≥ 20 | | pnpm | 10.8.1 (pinned via packageManager) |

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Quiz MCP's toolset — Path, Node.js, pnpm and 1 more — is a fair guide to whether it matches your workflow. It is maintained by karerckor; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Quiz MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the quiz mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
PathPackage / App
Node.js≥ 20
pnpm10.8.1 (pinned via packageManager)
OpenCodeThe OpenCode tool exposed by this server.

How to install the Quiz MCP MCP server

{
  "mcpServers": {
    "quiz": {
      "command": "npx",
      "args": ["-y", "@quiz-mcp/runner"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

| Tool | Version | |---|---| | Node.js | ≥ 20 | | pnpm | 10.8.1 (pinned via packageManager) |

Example prompts to try

  • Use Quiz MCP to Path.
  • Use Quiz MCP to Node.js.
  • Use Quiz MCP to pnpm.

Frequently asked questions

It connects Quiz MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (Path, Node.js, pnpm, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Quiz MCP directly.