Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"quiz-generator-ai": {
"args": [
"-m",
"meok_quiz_generator_ai_mcp.server"
],
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
quiz-generator-ai-mcp MCP server by MEOK AI Labs
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'meok-quiz-generator-ai-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked meok-quiz-generator-ai-mcp against OSV.dev.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education
A Model Context Protocol server for searching and analyzing arXiv papers
MCP server for NotebookLM - Let your AI agents (Claude Code, Codex) research documentation directly with grounded, citation-backed answers from Gemini. Persistent auth, library management, cross-client sharing. Zero hallucinations, just your knowledge base.
ARIS ⚔️ (Auto-Research-In-Sleep) — Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in — works with Claude Code, Codex, OpenClaw, or any LLM agent.
MCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
MCP Security Weekly
Get CVE alerts and security updates for io.github.CSOAI-ORG/quiz-generator-ai-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Quiz Generator Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
generate_quiz | Generate a quiz from provided content text. |
validate_answers | Validate submitted answers against correct answers and return scoring. |
generate_flashcards | Generate flashcards (front/back pairs) from content for study purposes. |
assess_difficulty | Assess the difficulty level of content for quiz/study purposes. |
pip install meok-quiz-generator-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"quiz-generator-ai": {
"command": "python",
"args": ["-m", "meok_quiz_generator_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs