Quizlar
OfficialQuizlar MCP 服务器
Quizlar 是支持语音的 AI 抽认卡,并结合了间隔重复功能。此 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 个字符>)。使用下方的代码片段将 Quizlar 添加到你的 MCP 客户端。
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