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

Generates educational content like quizzes, lesson plans, flashcards, and grading rubrics from any topic via the Model Context Protocol.

README.md

education-mcp

AI-powered education tools for teachers and students via the Model Context Protocol.

Generate quizzes, lesson plans, flashcards, concept explanations, exercises, and grading rubrics — all from your AI assistant.

Tools

| Tool | Description | |---|---| | generate_quiz | Multiple choice, true/false, and fill-in-blank quizzes from any topic | | generate_lesson_plan | Structured lesson plans with Bloom's taxonomy objectives, timed activities, assessment, and differentiation | | generate_flashcards | Spaced repetition flashcard decks with hints, tags, and Leitner review schedules | | explain_concept | Age-appropriate explanations at beginner/intermediate/expert levels with analogies and examples | | generate_exercise | Math, physics, chemistry, biology, and CS exercises with step-by-step solutions | | grade_rubric | Grading rubrics for essays, presentations, projects, lab reports, and code assignments | | search_papers | Search 250M+ open-access papers via the OpenAlex API — free, no auth | | get_author_profile | Researcher profile with affiliations, h-index, publication count (OpenAlex) | | get_citation_stats | Per-year citation counts and breakdown for a paper or author (OpenAlex) | | format_citation | Format references in APA / MLA / Chicago / BibTeX from a DOI or OpenAlex ID |

Quick Start

With Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "education": {
      "command": "npx",
      "args": ["-y", "education-mcp"]
    }
  }
}

With any MCP client

npx education-mcp

Examples

Generate a Quiz

generate_quiz({
  topic: "photosynthesis",
  question_count: 10,
  question_types: ["multiple_choice", "true_false"],
  difficulty: "medium"
})

Create a Lesson Plan

generate_lesson_plan({
  topic: "fractions",
  subject: "Mathematics",
  grade_level: "5th grade",
  duration_minutes: 45,
  include_homework: true
})

Make Flashcards

generate_flashcards({
  topic: "Spanish irregular verbs",
  card_count: 20,
  difficulty: "medium",
  include_hints: true
})

Explain a Concept

explain_concept({
  concept: "gravity",
  level: "beginner",
  age_group: "elementary",
  include_analogy: true
})

Generate Exercises

generate_exercise({
  topic: "kinematics",
  subject: "physics",
  exercise_count: 5,
  difficulty: "hard",
  show_steps: true
})

Create a Grading Rubric

grade_rubric({
  assignment_title: "Research Paper on Climate Change",
  assignment_type: "essay",
  total_points: 100,
  scale_levels: 4
})

Pricing

| | Free | Pro ($9.99/month) | |---|---|---| | Calls per month | 30 | Unlimited | | All 6 tools | Yes | Yes | | Custom templates | No | Yes | | Priority generation | No | Yes |

Development

npm install
npm run build
npm test

Run tests

npm test              # single run
npm run test:watch    # watch mode
npm run test:coverage # with coverage

Disclaimer

This tool generates educational content for reference purposes. Teachers should review all generated content before classroom use. This is not a substitute for professional curriculum development.

License

MIT - SceneView Tools

See TERMS.md and PRIVACY.md for full legal details.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use AI & ML servers.