메인 콘텐츠로 건너뛰기
TILNOTE
틸노트 소개
로그인회원가입

클로드 데스크탑 및 클로드 코드에 context7 MCP 서버 추가 방법

T
tilnote
2025-09-05 15:32•조회수 102
요약
{
    "mcpServers": {
      "context7": {
        "command": "npx",
        "args": [
          "-y",
          "@upstash/context7-mcp@latest"
        ]
      }
}

claude_desktop_config.json : 클로드 데스크탑

.claude.json : 클로드 코드

설정 파일의 mcpServers 에 위와 같이 추가

#설정 파일#클로드#mcpServers#npx 명령어#context7