Voice-led, FSRS-scheduled flashcards from YouTube, PDFs, web, or text. Auto-graded quizzes.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.quizlar.app/mcp/",
"--header",
"Authorization:Bearer ${QUIZLAR_API_KEY}"
],
"env": {
"QUIZLAR_API_KEY": "sk-qz-replace-with-your-key"
}
}