Quizlar
OfficialServidor MCP de Quizlar
Quizlar es un sistema de tarjetas de memoria (flashcards) con IA y control por voz con repetición espaciada. Este servidor MCP permite a Claude, Cursor, Cline o cualquier cliente compatible con MCP:
Crear mazos de tarjetas de memoria a partir de vídeos de YouTube, PDF, páginas web o texto sin formato
Realizar cuestionarios de texto interactivos con calificación automática
Realizar un seguimiento de la memoria con la repetición espaciada FSRS
Los cuestionarios por voz se realizan en la aplicación web de Quizlar; el servidor MCP proporciona las herramientas de creación de mazos y cuestionarios de texto a tu editor.
Este repositorio aloja el envío de registro (server.json) para el servidor MCP alojado en https://mcp.quizlar.app/mcp/. El servidor en sí es de código cerrado; este repositorio es la superficie de descubrimiento pública.
Configuración
Genera una clave API en https://quizlar.app/settings/api-keys (formato:
sk-qz-<32 chars>).Añade Quizlar a tu cliente MCP usando los fragmentos a continuación.
Claude Desktop
En claude_desktop_config.json (o a través de la interfaz de usuario de Connectors):
{
"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
En la configuración de Cline, añade un nuevo servidor MCP:
URL:
https://mcp.quizlar.app/mcp/Encabezado:
Authorization: Bearer sk-qz-...
Related MCP server: StudyTube MCP
Enlaces
Listado: registry.modelcontextprotocol.io (busca "Quizlar")
Aplicación: https://quizlar.app
Problemas: https://github.com/quizlar/mcp-server/issues
Licencia
MIT para este repositorio de configuración. El servidor MCP alojado en sí es propietario.
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