edu-agent-kit

FW1201/edu-agent-kit
★ 0 stars JavaScript AI/LLM Updated today
MCP server suite: generate deep instructional content and operate classroom EdTech platforms (Padlet, Google Classroom, Kahoot, Wayground, Wordwall, Nearpod) from any MCP agent.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "edu-agent-kit": {
      "command": "npx",
      "args": [
        "-y",
        "FW1201/edu-agent-kit"
      ]
    }
  }
}