Quizlar
OfficialQuizlar MCP 서버
Quizlar는 간격 반복 기능을 갖춘 음성 기반 AI 플래시카드입니다. 이 MCP 서버를 사용하면 Claude, Cursor, Cline 또는 모든 MCP 호환 클라이언트에서 다음 작업을 수행할 수 있습니다:
YouTube 동영상, PDF, 웹 페이지 또는 원시 텍스트에서 플래시카드 덱 생성
자동 채점 기능이 포함된 대화형 텍스트 퀴즈 실행
FSRS 간격 반복을 통한 기억력 추적
음성 퀴즈는 Quizlar 웹 앱에서 진행되며, MCP 서버는 덱 생성 및 텍스트 퀴즈 도구를 에디터로 제공합니다.
이 저장소는 https://mcp.quizlar.app/mcp/에 호스팅된 MCP 서버에 대한 레지스트리 제출(server.json)을 포함합니다. 서버 자체는 비공개 소스이며, 이 저장소는 공개 검색을 위한 공간입니다.
설정
https://quizlar.app/settings/api-keys에서 API 키를 발급받으세요(형식:
sk-qz-<32자>).아래 스니펫을 사용하여 MCP 클라이언트에 Quizlar를 추가하세요.
Claude Desktop
claude_desktop_config.json 파일(또는 커넥터 UI)에 추가:
{
"mcpServers": {
"quizlar": {
"type": "streamable-http",
"url": "https://mcp.quizlar.app/mcp/",
"headers": { "Authorization": "Bearer sk-qz-..." }
}
}
}Cursor
~/.cursor/mcp.json 파일:
{
"mcpServers": {
"quizlar": {
"url": "https://mcp.quizlar.app/mcp/",
"headers": { "Authorization": "Bearer sk-qz-..." }
}
}
}Cline
Cline 설정에서 새 MCP 서버를 추가하세요:
URL:
https://mcp.quizlar.app/mcp/Header:
Authorization: Bearer sk-qz-...
Related MCP server: StudyTube MCP
링크
목록: registry.modelcontextprotocol.io ("Quizlar" 검색)
라이선스
이 구성 저장소는 MIT 라이선스를 따릅니다. 호스팅된 MCP 서버 자체는 독점 소프트웨어입니다.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAI-powered MCP server that transforms learning by finding best YouTube tutorials, generating personalized learning paths, and tracking progress for any tech skill.10
- FlicenseNot gradedqualityCmaintenanceAn MCP server that transforms YouTube educational videos into learning resources by extracting transcripts and generating summaries, notes, quizzes, and flashcards using AI.1
- AlicenseNot gradedqualityCmaintenanceLocal Leitner flashcard MCP server enabling AI clients to create decks, manage cards, study with spaced repetition, and track progress.MIT
- AlicenseNot gradedqualityBmaintenanceAn MCP server for making flashcards with your agents and being quizzed on them using SM-2 spaced repetition.10MIT
Related MCP Connectors
Markdown-based note-taking with a hosted MCP server. Your notes serve you and your AI.
AI-powered YouTube to flashcards with spaced repetition and Anki export
Educational MCP server with 17 math/stats tools, visualizations, and persistent workspace
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quizlar/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server