공식stdioJupyter NotebookAI·자동화
mcp-for-beginners
This open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable, and secure AI workflows from session setup to service orchestration.
한 줄 평가 — 다음 사람 도와주세요
설치 명령
npx -y mcp-for-beginners
제공 기능
csharpjavajavascriptjavascript-applicationsmcpmcp-clientmcp-securitymcp-servermodelmodel-context-protocolmodelcontextprotocolpythonrusttypescript
설치 + 검증 (4단계)
Claude Desktop 기준. Cursor·Cline·Continue 등 다른 클라이언트는 각자의 MCP 설정 위치를 참고하세요.
- 1
설치 명령 실행 (선택)
위의 설치 명령을 터미널에 붙여 넣고 한 번 실행.
⚡npx는 자동 다운로드라 이 단계를 건너뛰어도 다음 단계에서 자동 설치됩니다. - 2
클라이언트 설정 JSON 복사
위의 클라이언트 설정 박스에서 복사 버튼을 눌러 JSON 전체를 클립보드로.
- 3
설정 파일에 붙여넣기
아래 경로의
claude_desktop_config.json파일을 열고
기존 "mcpServers": { ... } 안쪽에 위에서 복사한 객체를 합쳐 넣으세요.
파일이 없으면 새로 만들면 됩니다.~/.config/Claude/claude_desktop_config.json - 4
재시작 → 검증
- · Claude Desktop을 완전히 종료 후 재시작 (메뉴 바 아이콘까지 종료).
- · 채팅창에 /를 입력해서 mcp-for-beginners 관련 도구가 보이면 성공.
- · 안 보이면: JSON 콤마/중괄호 문법 오류 또는 환경변수 누락이 99%. 아래 환경변수 섹션 확인.