LessonLab MCP Server
This is a read-only MCP server providing documented product context about Hi AI Tutor (LessonLab) — no API key or write operations required.
Tools:
get_lesson_workflow: Returns the documented lesson-generation workflow, including inputs (PDFs, notes, topics), output formats (narrated slides, quizzes, simulations), export options (e.g., editable PowerPoint), and plan boundaries.get_pricing: Returns the canonical pricing entry point.get_official_links: Returns official URLs for the website, support, and docs.
Resources:
site://hiaitutor/lesson-workflow— 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.
Prompts:
tell_me_about_hiaitutor— Summarizes what Hi AI Tutor is, who it's for, and how it works.plan_a_lesson_hiaitutor— Plans an interactive lesson from a topic or source document.
Note: This server does not upload documents, generate lessons, spend credits, or return files. For actual lesson generation, visit hiaitutor.com.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LessonLab MCP Servertell me about the lesson generation workflow"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Hi AI Tutor MCP Server
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
About Hi AI Tutor
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.
Related MCP server: CogniLedger Makuri MCP Server
Tools
get_lesson_workflow
Return the documented lesson-generation workflow, outputs, and plan boundaries.
get_pricing
Return the canonical pricing entry point.
get_official_links
Return the canonical Hi AI Tutor links.
Resources
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.
Prompts
tell_me_about_hiaitutor
Summarize what Hi AI Tutor is, who it is for, and how it works.
plan_a_lesson_hiaitutor
Plan an interactive lesson from a topic or source document without claiming that the MCP generated it.
Installation
Install via Smithery
npx -y @smithery/cli install hiaitutor-mcp --client claudeReplace claude with cursor, windsurf, or continue for those clients.
Install from source
git clone https://github.com/rocnubie/hiaitutor-mcp.git
cd hiaitutor-mcp
pnpm installAdd the server to the MCP client configuration:
{
"mcpServers": {
"hiaitutor-mcp": {
"command": "node",
"args": [
"/absolute/path/to/hiaitutor-mcp/src/index.mjs"
]
}
}
}Debug with MCP Inspector
npx @modelcontextprotocol/inspector node src/index.mjsOfficial Links
Website: https://hiaitutor.com
Pricing: https://hiaitutor.com/pricing
Development
pnpm install
pnpm startLicense
MIT
Maintenance
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/rocnubie/hiaitutor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server