Video

Connecting PubMed to Claude - How to Set Up MCP (2025.3)

YouTube에서 보기
Connecting PubMed to Claude - How to Set Up MCP (2025.3) 영상 썸네일
의료 AI 및 데이터과학 · Medical AI & Data Science

한국어 요약

이 영상은 Windows용 Claude for Desktop에서 Model Context Protocol 서버를 설정하고, 로컬 파일 시스템과 PubMed를 Claude에 연결하는 절차를 설명한다. Claude의 웹 인터페이스가 아닌 독립형 데스크톱 애플리케이션이 필요하며, 설정 파일인 claude_desktop_config.json에 여러 MCP 서버를 하나의 mcpServers 객체로 등록한다.

핵심 내용

  • Claude for Desktop의 Settings, Developer, Edit Config 경로를 통해 %APPDATA%\Claude\claude_desktop_config.json을 연다.
  • Filesystem MCP Server는 Node.js를 사용하며, Claude가 접근할 수 있는 Windows 디렉터리를 사용자 이름이 포함된 경로로 지정한다. 접근 범위는 지정된 디렉터리로 제한된다.
  • PubMed MCP Server는 GitHub 저장소 grll/pubmedmcp를 기반으로 하며, Python 3.12 이상과 uv를 설치한 뒤 uvx 명령으로 pubmedmcp@latest를 실행한다. 환경 변수 UV_PYTHON은 3.12로 설정된다.»,
권장 독자
로컬 파일 조작, 자동화 스크립트, PubMed와 같은 외부 데이터베이스 연동을 Claude for Desktop에 추가하려는 연구자, 개발자 및 일반 사용자
범위와 한계
이 자료는 특정 MCP 서버의 설치와 사용 흐름을 보여 주는 실습형 영상 요약이다. 여러 파일 중 최신 파일을 찾는 작업에서 Claude가 파일 정보를 개별적으로 확인해 지연이 발생했으며, JSON의 쉼표와 괄호 구조를 수동으로 편집할 때 오류가 발생할 수 있다는 한계가 보고되었다. 영상의 예시는 Sangzin Ahn 저자 검색과 HTML 파일 저장에 초점을 두며, MCP 서버의 포괄적인 성능 평가나 보안 검증 결과를 제공하지 않는다.
연구 맥락
이 자료는 Sangzin Ahn의 포트폴리오와 연결되는 의료 AI 및 데이터과학 주제인 생성형 AI와 의학 문헌 데이터베이스의 연동, 그리고 연구 파일 관리 자동화를 보여 준다.

English summary

This video explains how to configure Model Context Protocol servers in Claude for Desktop on Windows and connect Claude to a local filesystem and PubMed. The standalone desktop application is required rather than the Claude web interface, and multiple MCP servers are registered within one mcpServers object in claude_desktop_config.json.

Key points

  • The configuration file is opened through Claude for Desktop by selecting Settings, Developer, and Edit Config. The file is located at %APPDATA%\Claude\claude_desktop_config.json.
  • The Filesystem MCP Server uses Node.js, and the permitted Windows directories are specified with paths that include the local username. Access is limited to the directories that are explicitly listed.
  • The PubMed MCP Server is based on the GitHub repository grll/pubmedmcp. It requires Python 3.12 or later and uv, then runs pubmedmcp@latest through uvx with the UV_PYTHON environment variable set to 3.12.
Audience
Researchers, developers, and general Claude users who want to add local file manipulation, automation scripts, and external database integration such as PubMed to Claude for Desktop.
Scope and limitations
This material is a practical walkthrough of installation and use for selected MCP servers. It reports that Claude inspected file information individually, rather than efficiently sorting a directory, when asked to find the newest file among many items, causing delays. It also notes that manual editing of JSON can produce errors involving commas and bracket matching. The examples focus on searching for Sangzin Ahn as an author and saving an HTML file; the video does not provide a comprehensive performance evaluation or security validation of MCP servers.
Research context
This material connects thematically with Sangzin Ahn's portfolio through medical AI and data science topics involving generative AI integration with biomedical literature databases and automation of research file management.

AI-assisted summary based on the cited primary source. Model gpt-5.6-luna, prompt academic-hub-v2, generated 2026-08-29T03:35:00+00:00.