loading…
Search for a command to run...
loading…
Quiz Generator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Quiz Generator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for quiz generator ai mcp operations
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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"quiz-generator-ai-mcp": {
"command": "npx",
"args": []
}
}
}