Quizlar
OfficialQuizlar MCP-Server
Quizlar bietet sprachgesteuerte KI-Karteikarten mit Spaced Repetition. Dieser MCP-Server ermöglicht es Claude, Cursor, Cline oder jedem anderen MCP-kompatiblen Client:
Karteikartensätze aus YouTube-Videos, PDFs, Webseiten oder Rohtext zu erstellen
Interaktive Text-Quizze mit automatischer Bewertung durchzuführen
Das Gedächtnis mit FSRS Spaced Repetition zu trainieren
Sprachgesteuerte Quizze finden in der Quizlar Web-App statt – der MCP-Server stellt die Tools zur Erstellung von Kartensätzen und für Text-Quizze in Ihrem Editor bereit.
Dieses Repository enthält die Registrierungseinreichung (server.json) für den gehosteten MCP-Server unter https://mcp.quizlar.app/mcp/. Der Server selbst ist Closed-Source; dieses Repository dient als öffentliche Informationsquelle.
Einrichtung
Erstellen Sie einen API-Schlüssel unter https://quizlar.app/settings/api-keys (Format:
sk-qz-<32 Zeichen>).Fügen Sie Quizlar mithilfe der unten stehenden Snippets zu Ihrem MCP-Client hinzu.
Claude Desktop
In der claude_desktop_config.json (oder über die Connectors-Benutzeroberfläche):
{
"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
Fügen Sie in den Einstellungen von Cline einen neuen MCP-Server hinzu:
URL:
https://mcp.quizlar.app/mcp/Header:
Authorization: Bearer sk-qz-...
Related MCP server: StudyTube MCP
Links
Eintrag: registry.modelcontextprotocol.io (Suche nach "Quizlar")
App: https://quizlar.app
Lizenz
MIT für dieses Konfigurations-Repository. Der gehostete MCP-Server selbst ist proprietär.
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