Server data from the Official MCP Registry
Read-only product knowledge for interactive lessons from PDFs, notes, or a topic
Read-only product knowledge for interactive lessons from PDFs, notes, or a topic
Excellent security posture. This is a read-only MCP server with no authentication requirements, no external API calls, no file I/O beyond resource serving, and no dangerous operations. The codebase is clean, well-structured, and properly scoped to its stated purpose of providing canonical product knowledge for Hi AI Tutor. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity).
4 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rocnubie-hiaitutor-mcp": {
"args": [
"-y",
"msa-hiaitutor-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.