Tool/AI
IntelliJ에서 Claude 사용하기 (MCP Server, Claude Code)
zeom
2025. 9. 1. 01:41
Claude MCP 연동하기
1. Claude 설치
2. IntelliJ에서 MCP 서버 플러그인 설치
- 2025.2 버전 이상은 MCP 기능이 내장됨
- Settings > Tools > MCP Server 에서 Enable MCP Server
- Cluade App > AUTO-CONFIGURE 클릭 > Configured 확인 후 Apply
- 그 이하 버전에서는 Plugins > Marketplace에서 MCP Server 검색 후 설치
- Marketplace에도 없는 경우에는 IDE가 너무 구버전인 것이므로 업데이트를 하자 ..
3. Claude config 설정
- Claude > 설정 > 개발자 > 구성편집
- claude_desktop_config.json을 수정
{
"mcpServers": {
"jetbrains": {
"command": "npx",
"args": ["-y", "@jetbrains/mcp-proxy"]
}
}
}
4. IntelliJ와 Claude 재시작
- Claude > 설정 > 개발자에 jetbrains가 뜨면 정상 연결
Claude Code 설치하기 (macOS 기준)
1. Node.js 설치
https://nodejs.org/en/download
2. IntelliJ에서 플러그인 설치
- Cluade Code 베타를 설치할 수 있음
3. Claude Code 설치
# npm 으로 설치
npm install -g @anthropic-ai/claude-code
# yarn 으로 설치
yarn global add @anthropic-ai/claude-code
4. Claude Code 설치 확인
- 명령어로 확인
claude -v
- 상단에 Claude 로고가 뜨면 정상 설치
5. 계정 연동
- Claude 로고 클릭
- Claude 계정 연동 (Pro 이상) 또는 API 건마다 비용을 내고 사용할 수 있음
참고자료
- https://twoweekhee.tistory.com/17
- https://bravesuccess.tistory.com/322
- 한 걸음 앞선 개발자가 지금 꼭 알아야 할 클로드 코드