quizhp-mcp

bassimeledath/quizhp-mcp
★ 2 stars HTML 🤖 AI/LLM Updated today
Interactive quiz games for AI chat — MCP server for Claude, ChatGPT, and more. 80+ game templates. Free and open source.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "quizhp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bassimeledath/quizhp-mcp"
      ]
    }
  }
}