Skip to main content
ClaudeWave

Hi AI Tutor turns a PDF, notes, or a topic into an interactive lesson with narrated slides, quizzes, simulations, sharing, and plan-dependent exports.

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · @smithery/cli
Claude Code CLI
claude mcp add hiaitutor-mcp -- npx -y @smithery/cli
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "hiaitutor-mcp": {
      "command": "npx",
      "args": ["-y", "@smithery/cli"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# Hi AI Tutor MCP Server

> Hi AI Tutor - Turn source material into an interactive lesson

[![MCP Badge](https://lobehub.com/badge/mcp/rocnubie-hiaitutor-mcp)](https://lobehub.com/mcp/rocnubie-hiaitutor-mcp)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
[![Stdio Transport](https://img.shields.io/badge/transport-stdio-6e6e6e)](https://modelcontextprotocol.io/specification)
[![Zero Config](https://img.shields.io/badge/setup-zero--config-7c3aed)](#installation)
[![Read Only](https://img.shields.io/badge/server-read--only-2ea44f)](#tools)
[![Node](https://img.shields.io/badge/node-%3E%3D18-339933?logo=node.js&logoColor=white)](https://nodejs.org)
[![MCP](https://img.shields.io/badge/MCP-1.0-blue)](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

What people ask about hiaitutor-mcp

What is rocnubie/hiaitutor-mcp?

+

rocnubie/hiaitutor-mcp is mcp servers for the Claude AI ecosystem. Hi AI Tutor turns a PDF, notes, or a topic into an interactive lesson with narrated slides, quizzes, simulations, sharing, and plan-dependent exports. It has 0 GitHub stars and was last updated today.

How do I install hiaitutor-mcp?

+

You can install hiaitutor-mcp by cloning the repository (https://github.com/rocnubie/hiaitutor-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is rocnubie/hiaitutor-mcp safe to use?

+

rocnubie/hiaitutor-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains rocnubie/hiaitutor-mcp?

+

rocnubie/hiaitutor-mcp is maintained by rocnubie. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to hiaitutor-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy hiaitutor-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: rocnubie/hiaitutor-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/rocnubie-hiaitutor-mcp)](https://claudewave.com/repo/rocnubie-hiaitutor-mcp)
<a href="https://claudewave.com/repo/rocnubie-hiaitutor-mcp"><img src="https://claudewave.com/api/badge/rocnubie-hiaitutor-mcp" alt="Featured on ClaudeWave: rocnubie/hiaitutor-mcp" width="320" height="64" /></a>

More MCP Servers

hiaitutor-mcp alternatives