wjddusrb03/lecture-assistant-mcp
MCP server for lecture study assistant — YouTube transcript + Wikipedia concepts + arXiv papers. No API key needed.
Platform-specific configuration:
{
"mcpServers": {
"lecture-assistant-mcp": {
"command": "npx",
"args": [
"-y",
"lecture-assistant-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> <h1 align="center">lecture-assistant-mcp</h1> <p align="center"> <strong>YouTube 자막 + Wikipedia + arXiv. API 키 0개. 바로 사용.</strong> </p> </p>
<p align="center"> <a href="#"></a> <a href="LICENSE"></a> <a href="https://modelcontextprotocol.io"></a> <a href="https://github.com/wjddusrb03/lecture-assistant-mcp"></a> </p>
---
YouTube 자막 추출 + Wikipedia 개념 설명 + arXiv 논문 검색을 하나의 학습 파이프라인으로 결합한 MCP 서버입니다. API 키가 전혀 필요 없습니다. 유튜브 강의 URL 하나만 주면 자막 정리, 핵심 개념 위키 설명, 관련 논문까지 종합 학습 노트를 생성합니다.
유튜브 강의를 볼 때 매번 반복하는 작업이 있습니다:
탭 3개, 사이트 3개, 반복되는 복붙. lecture-assistant-mcp는 이 모든 걸 한 번의 도구 호출로 끝냅니다. 설치하면 바로 사용 가능 — API 키 설정이 전혀 없습니다.
study_video 실행 결과> 나: "이 강의 영상 학습 노트 만들어줘" (URL 첨부)
> Claude가 study_video(url="https://www.youtube.com/watch?v=aircAruvnKk")을 호출하면:
# Lecture Study Note
Generated: 2026-03-21 15:30
---
## 1. Video Info
Title: But what is a neural network? | Chapter 1, Deep learning
Channel: 3Blue1Brown
URL: https://www.youtube.com/watch?v=aircAruvnKk
---
## 2. Transcript Summary
Language: en (auto-generated)
Total segments: 245
[00:00] What is a neural network? Let's start with handwritten digit
recognition. You have the digits 0 through 9, and the goal is to build
a system that can learn to classify them...
[05:00] Each neuron holds a number called its activation. The network
has layers - an input layer, hidden layers, and an output layer...
[10:00] The weights determine how oLoading reviews...