Skip to main content
Glama

πŸ“š EduChain MCP Server for Claude Desktop

This project is an AI-powered MCP (Model Context Protocol) server built using the EduChain library. It integrates with Claude Desktop and provides tools to generate educational content such as:

  • βœ… Multiple Choice Questions (MCQs)

  • βœ… Lesson Plans

  • βœ… Flashcards


βš™οΈ Features

Tool

Description

generate_mcqs

Generates multiple-choice questions based on a topic

generate_lesson_plan

Creates a structured lesson plan

generate_flashcards

Creates Q&A flashcards for study


Related MCP server: EduChain MCP Server

πŸš€ Setup Instructions

These steps will guide you through installing everything and running the server with Claude Desktop.


🧰 Step 1: Install uv (if not already)

curl -LsSf https://astral.sh/uv/install.sh | sh

🐍 Step 2: Create and activate a virtual environment

uv venv
source .venv/bin/activate

πŸ“¦ Step 3: Install EduChain (from local GitHub repo)

uv pip install -e /absolute/path/to/educhain-main

If you haven’t already, first clone the EduChain GitHub repository: then follow step 3

Example:

uv pip install -e /Users/kunal/Desktop/github/educhain-main

πŸ“¦ Step 4: Install MCP + httpx

uv add "mcp[cli]" httpx

🧠 Step 5: Add Your API Key in server.py

In server.py, replace this line with your actual key:

os.environ["OPENAI_API_KEY"] = "sk-..."  # ← Your OpenAI API key here

⚠️ This is not recommended for production but acceptable for testing/submission.


▢️ Running the Server

Make sure you're in the project folder and the virtual environment is activated.

Then run:

uv run server.py

If successful, you'll see:

βœ… EduChain MCP FastMCP server is starting...

πŸ’» Claude Desktop Configuration

Update your claude_desktop_config.json like this:

{
  "mcpServers": {
    "educhain": {
      "command": "uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/eduMcp",
        "run",
        "server.py"
      ]
    }
  }
}

Restart Claude Desktop to reload the config.


πŸ’¬ Example Prompts in Claude

Use the `generate_mcqs` tool to create 3 questions on "Photosynthesis".

Use the `generate_lesson_plan` tool for "Newton's Laws of Motion".

Use the `generate_flashcards` tool to make flashcards on "The Solar System".

Made using EduChain + Claude.

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

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/Itguykunal/eduMcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server