code-tutor-narrator

SimonSchick/code-tutor-narrator
★ 0 stars TypeScript AI/LLM Updated 2d ago
Let an AI agent tutor you out loud in VS Code: scroll to code, highlight it, and narrate it. Exposes an MCP server.
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": {
    "code-tutor-narrator": {
      "command": "npx",
      "args": [
        "-y",
        "SimonSchick/code-tutor-narrator"
      ]
    }
  }
}