Quizlar
OfficialQuizlar MCPサーバー
Quizlarは、音声対応のAIフラッシュカードと間隔反復学習(Spaced Repetition)を提供するサービスです。このMCPサーバーを使用することで、Claude、Cursor、Cline、またはその他のMCP互換クライアントから以下の操作が可能になります:
YouTube動画、PDF、ウェブページ、または生のテキストからフラッシュカードデッキを作成
自動採点機能付きのインタラクティブなテキストクイズを実行
FSRS間隔反復学習による記憶の追跡
音声クイズはQuizlarウェブアプリで行います。MCPサーバーは、デッキ作成ツールとテキストクイズツールをエディタに提供します。
このリポジトリは、ホスト型MCPサーバー(https://mcp.quizlar.app/mcp/)のレジストリ登録用ファイル(server.json)を管理しています。サーバー自体はクローズドソースであり、このリポジトリは公開用のディスカバリーインターフェースです。
セットアップ
https://quizlar.app/settings/api-keys でAPIキーを発行します(形式:
sk-qz-<32文字>)。以下のスニペットを使用して、MCPクライアントにQuizlarを追加します。
Claude Desktop
claude_desktop_config.json(またはConnectors 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」で検索)
アプリ: https://quizlar.app
ライセンス
この設定リポジトリは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