educhain-mcp-server

ankush-48/educhain-mcp-server

3.1

If you are the rightful owner of educhain-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

EduChain MCP Server is a project that integrates the EduChain library with an MCP server to provide educational content generation services.

EduChain MCP Server

This project demonstrates an MCP server integrated with the EduChain library. It supports:

  • Generating MCQs for a given topic
  • Creating lesson plans dynamically
  • (Bonus) Flashcard generation

Setup Instructions

  1. Clone the repo or unzip this folder.
  2. Create a virtual environment and activate it:
    python -m venv venv
    source venv/bin/activate  # or venv\Scripts\activate on Windows
    
  3. Install dependencies:
    pip install -r requirements.txt
    
  4. Run the MCP server:
    python server.py
    

Testing with Claude Desktop

Configure Claude Desktop to point to this server using the claude_desktop_config.json file.

Example commands to try:

  • Generate 5 multiple-choice questions on Python loops.
  • Provide a lesson plan for teaching algebra.
  • Create flashcards for Python data types.