Interactive quiz games for AI chat — MCP server for Claude, ChatGPT, and more. 80+ game templates. Free and open source.
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"
]
}
}
}
Run in terminal:
claude mcp add quizhp-mcp npx -y bassimeledath/quizhp-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"quizhp-mcp": {
"command": "npx",
"args": [
"-y",
"bassimeledath/quizhp-mcp"
]
}
}
}