tutormcp MCP Server
awrshift/tutormcp
MCP server that turns YouTube coding tutorials into searchable AI context for Claude Code, Cursor, and other AI agents
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
awrshift/tutormcp is a HTML MCP server licensed under MIT. MCP server that turns YouTube coding tutorials into searchable AI context for Claude Code, Cursor, and other AI agents
Ranked #47 out of 109 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit 1d ago → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# TutorMCP MCP server that turns YouTube coding tutorials into searchable AI context for Claude Code, Cursor, and other AI agents. **Your AI mentor finally knows what you're learning.** ## Quick Start (2 commands) ```bash # 1. Install pip install git+https://github.com/awrshift/tutormcp.git # 2. Connect to Claude Code (auto-configures ~/.claude.json) tutormcp install ``` Restart Claude Code. Done. ## Usage ```bash # Add a YouTube tutorial tutormcp add https://www.youtube.com/watch?v=wm5gMKuwSYk # Ask Claude Code anything about it # "How did the tutorial set up NextAuth?" → Found at 1:18:57 ``` ### All Commands | Command | Description | |---------|-------------| | `tutormcp install` | Auto-configure Claude Code MCP integration | | `tutormcp add <url>` | Add a YouTube tutorial (transcript + GitHub repos) | | `tutormcp list` | List all saved tutorials | | `tutormcp search <query>` | Search across all tutorials | | `tutormcp remove <id>` | Remove a tutorial | | `tutormcp serve`Read full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.