Gmail
메타데이터
| 항목 | 값 |
|---|---|
| 패키지명 | google-gmail-mcp |
| Transport | stdio |
| 카테고리 | communication |
| 설치 방식 | npx -y google-gmail-mcp |
| 필수 환경변수 | OAuth 인증 (초기 설정 시 브라우저 인증) |
| 선택 환경변수 | 없음 |
| 공식 문서 | https://github.com/anthropics/mcp-server-gmail |
| 최근 검증일 | 2026-03-07 |
설정 스니펫
{
"mcpServers": {
"gmail": {
"type": "stdio",
"command": "npx",
"args": ["-y", "google-gmail-mcp"]
}
}
}
제공 도구
| 도구명 | 설명 | Claude Code 호출 |
|---|---|---|
search_emails | 이메일 검색 | mcp__gmail__search_emails |
read_email | 이메일 읽기 | mcp__gmail__read_email |
send_email | 이메일 발송 | mcp__gmail__send_email |
draft_email | 초안 작성 | mcp__gmail__draft_email |
사용 사례
- 이메일 기반 알림 확인
- 프로젝트 관련 이메일 검색/참조
- 자동 이메일 초안 작성
주의사항
- 초기 설정 시 Google OAuth 인증 필요 (브라우저 팝업)
- 이메일 발송은 사용자 확인 필수 (되돌리기 불가)
- Google Workspace 계정은 관리자 승인 필요할 수 있음
- 현재 00 general-pro에 Gmail MCP 연결됨