Hi AI Tutor MCP
Read-only product knowledge for interactive lessons from PDFs, notes, or a topic
Open source Open in the app JSON README (API)
About
Read-only product knowledge for interactive lessons from PDFs, notes, or a topic
Details
- Kind
- MCP servers
- Topic
- No topic detected
- Publisher
- rocnubie
- Origin
- official
- Category
- ferramentas
- Transport
- desconhecido
- Version
- 0.1.0
- Last push
- 2026-07-29T08:30:10Z
- Repository state
- ativo
- Language
- JavaScript
- License
- MIT
- Added
- 2026-08-29 04:01:18
- Updated
- 2026-08-29 04:01:18
- Origin id
io.github.rocnubie/hiaitutor-mcp
README
# Hi AI Tutor MCP Server
> Hi AI Tutor - Turn source material into an interactive lesson
[](https://lobehub.com/mcp/rocnubie-hiaitutor-mcp)
[](./LICENSE)
[](https://modelcontextprotocol.io/specification)
[](#installation)
[](#tools)
[](https://nodejs.org)
[](https://modelcontextprotocol.io)
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.
## 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
```bash
npx -y @smithery/cli install hiaitutor-mcp --client claude
```
Replace `claude` with `cursor`, `windsurf`, or `continue` for those clients.
### Install from source
```bash
git clone https://github.com/rocnubie/hiaitutor-mcp.git
cd hiaitutor-mcp
pnpm install
```
Add the server to the MCP client configuration:
```json
{
"mcpServers": {
"hiaitutor-mcp": {
"command": "node",
"args": [
"/absolute/path/to/hiaitutor-mcp/src/index.mjs"
]
}
}
}
```
### Debug with MCP Inspector
```bash
npx @modelcontextprotocol/inspector node src/index.mjs
```
## Official Links
- Website: https://hiaitutor.com
- Pricing: https://hiaitutor.com/pricing
## Development
```bash
pnpm install
pnpm start
```
## License
MIT