LessonLab turns a PDF or a topic into a complete interactive lesson in minutes - narrated slides
MCPpedia last refreshed this data
io.github.rocnubie/lessonlab-mcp is an MCP server that LessonLab turns a PDF or a topic into a complete interactive lesson in minutes - narrated slides. Its tool list has not been published yet over stdio and http, requires no API key, and scores 56/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"hiaitutor-mcp": {
"args": [
"/absolute/path/to/hiaitutor-mcp/src/index.mjs"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Hi AI Tutor - Turn source material into an interactive lesson
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'hiaitutor-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked hiaitutor-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education
A Model Context Protocol server for searching and analyzing arXiv papers
ARIS ⚔️ (Auto-Research-In-Sleep) — Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in — works with Claude Code, Codex, OpenClaw, or any LLM agent.
1000+ scientific tools for AI scientists: life science, reserach, literature, and more.
Search open-source research papers across arXiv, OpenAlex, Crossref, PubMed, Semantic Scholar.
MCP Security Weekly
Get CVE alerts and security updates for io.github.rocnubie/lessonlab-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Hi AI Tutor - Turn source material into an interactive lesson
A read-only Model Context Protocol server for the canonical Hi AI Tutor knowledge surface: lesson inputs, generated learning formats, plan boundaries, pricing, FAQ, and official links. It runs over stdio with no API key or remote dependency.
Official website: https://hiaitutor.com
Hi AI Tutor helps people turn a PDF, notes, or a topic into an interactive lesson. Its public product surface covers narrated slides, self-grading quizzes, simulations where appropriate, shareable lessons, and paid export options such as editable PowerPoint files.
This MCP provides documented product context only. It does not upload documents, generate lessons, spend credits, grade learners, or return PowerPoint files. Use the live website for current generation modes, file limits, plan terms, and exports. Source fidelity and teaching suitability still require human review.
get_lesson_workflowReturn the documented lesson-generation workflow, outputs, and plan boundaries.
get_pricingReturn the canonical pricing entry point.
get_official_linksReturn the canonical Hi AI Tutor links.
site://hiaitutor/lesson-workflow - Public lesson inputs, generated formats, exports, and plan boundaries.site://hiaitutor/pricing - Canonical pricing entry point.site://hiaitutor/faq - Product scope and safety boundaries.site://hiaitutor/links - Canonical URLs to share with users.tell_me_about_hiaitutorSummarize what Hi AI Tutor is, who it is for, and how it works.
plan_a_lesson_hiaitutorPlan an interactive lesson from a topic or source document without claiming that the MCP generated it.
npx -y @smithery/cli install hiaitutor-mcp --client claude
Replace claude with cursor, windsurf, or continue for those clients.
git clone https://github.com/rocnubie/hiaitutor-mcp.git
cd hiaitutor-mcp
pnpm install
Add the server to the MCP client configuration:
{
"mcpServers": {
"hiaitutor-mcp": {
"command": "node",
"args": [
"/absolute/path/to/hiaitutor-mcp/src/index.mjs"
]
}
}
}
npx @modelcontextprotocol/inspector node src/index.mjs
pnpm install
pnpm start
MIT