13 days ago
Quizzard is an MCP server for trivia and quizzing enthusiasts. Includes multiple popular quizzing sources (Open Trivia Database, J! Archive for Jeopardy! questions), and ability for users to upload PDFs and link to websites of their own choosing. Features include - progress tracking and session-wise logging, weak area detection, personalised recommendations, among others (see README.md on linked GitHub page)
Server Config
{
"mcpServers": {
"quizzard": {
"command": "python",
"args": [
"path/to/quizzard/server.py"
]
}
}
}