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-...
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.
Latest Blog Posts
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