ai-tutor-local-claude-mcp-server

antorobin/ai-tutor-local-claude-mcp-server
★ 0 stars TypeScript AI/LLM Updated 1d ago
A small, local MCP server turns a folder of course materials into a personalized study plan, an AI tutor that teaches like a pedagogue, and a live dashboard that tracks progress toward certification.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-tutor-local-claud": {
      "command": "npx",
      "args": [
        "-y",
        "antorobin/ai-tutor-local-claude-mcp-server"
      ]
    }
  }
}