Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Integrates with Claude Desktop to generate educational content such as multiple-choice questions, lesson plans, and flashcards using the EduChain library.

README.md

📚 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 |

---

🚀 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: > > ``bash > 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.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.