Offline Educational
Generates educational content, including MCQs, lesson plans, and flashcards, using handwritten logic instead of external large language models.
소개
Offline Educational is a Flask-based MCP server designed for creating a variety of educational content such as multiple-choice questions (MCQs), structured lesson plans, and flashcards. Uniquely, it achieves this without relying on any external Large Language Models (LLMs) like OpenAI or Gemini, utilizing only handwritten logic to produce realistic educational output. The server is fully compatible with Claude Desktop for integration testing and also provides a built-in browser-testable UI for easy access and demonstration of its capabilities.
주요 기능
- MCQ generation based on topic and count
- Structured lesson plan creation for subjects
- Flashcard generation from topic keywords
- Browser-based UI for easy testing of all routes
- LLM-free design using handwritten logic
- 1 GitHub stars
사용 사례
- Generating educational content for teaching and learning materials
- Developing and demonstrating educational tools without external API dependencies
- Testing and simulating MCP server integrations with Claude Desktop