Lecture Transcript Slide Matcher
MCP Serverby majiayu000 · Added 5mo ago
Claude
76
Install
git clone https://github.com/majiayu000/claude-skill-registryAdd to Claude
claude mcp add lecture-transcript-slide-matcherQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"lecture-transcript-slide-matcher": {
"command": "npx",
"args": [
"@modelcontextprotocol/lecture-transcript-slide-matcher"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Combines YouTube lecture transcripts with PDF slides to create an interactive HTML page. Matches each slide to corresponding transcript segments, organized by key concepts. Use when users want to create synchronized lecture notes from transcript text files and slide PDFs.
Tags
ai-mlpythongobashgitskill