Skip to content
Claude Desktop

Quizlar — voice-powered AI flashcards with spaced repetition for Claude Desktop

io.github.quizlar/mcp-server

Voice-led, FSRS-scheduled flashcards from YouTube, PDFs, web, or text. Auto-graded quizzes.

client:Claude Desktop transport:streamable-http

Install Quizlar — voice-powered AI flashcards with spaced repetition in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.quizlar.app/mcp/"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Quizlar — voice-powered AI flashcards with spaced repetition in other clients