naver-works-mail-mcp
Allows reading and sending emails from Naver Works (네이버웍스) accounts using IMAP/SMTP.
네이버웍스 메일 MCP 서버
Claude Desktop에서 네이버웍스 메일을 읽고 보낼 수 있는 MCP 서버입니다.
제공 기능
Tool | 설명 |
| 받은편지함 최근 메일 조회 |
| 읽지 않은 메일만 조회 |
| 특정 발신자 메일 조회 |
| 메일 ID로 특정 메일 전체 내용 조회 |
| 제목 키워드로 메일 검색 |
| 메일 발송 |
Related MCP server: IMAP MCP Server
사전 준비
1. 외부 앱 비밀번호 발급
네이버웍스 IMAP/SMTP 연동에는 로그인 비밀번호가 아닌 외부 앱 전용 비밀번호가 필요합니다.
네이버웍스 접속 후 우측 상단 프로필 → 환경설정
좌측 메뉴에서 보안 클릭
외부 앱 비밀번호 섹션 → 외부 앱 비밀번호 생성하기 클릭
새 비밀번호 생성 버튼 클릭
앱 이름 입력 (예:
openclaw) 후 생성화면에 표시되는 비밀번호를 복사해서 보관 (다시 확인 불가)
⚠️ 생성된 비밀번호는 생성 시에만 확인 가능합니다. 반드시 복사해두세요.
2. 패키지 설치
cd /path/to/naverworks-mail-mcp
pip install -r requirements.txt3. .env 파일 설정
.env.example을 복사해서 .env 파일을 만들고 아래 정보를 입력합니다.
cp .env.example .envNAVER_EMAIL="본인계정@도메인.com"
NAVER_APP_PASSWORD="외부앱에서_발급받은_비밀번호"NAVER_EMAIL: 네이버웍스 로그인 이메일 주소NAVER_APP_PASSWORD: 위에서 발급한 외부 앱 비밀번호 (로그인 비밀번호 아님)
Claude Desktop 연동
~/Library/Application Support/Claude/claude_desktop_config.json에 아래 내용을 추가합니다.
{
"mcpServers": {
"naver-works-mail": {
"command": "python3",
"args": ["/path/to/naverworks-mail-mcp/server.py"]
}
}
}설정 후 Claude Desktop을 완전히 종료 후 재시작하면 적용됩니다.
사용 예시
Claude에게 자연어로 요청하면 됩니다.
최근 메일 5개 보여줘
안 읽은 메일 있어?
kim@example.com 이 보낸 메일 찾아줘
subject에 "견적" 들어간 메일 검색해줘
hong@example.com 에게 "안녕하세요" 제목으로 메일 보내줘This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Connect any mailbox to Claude, ChatGPT & AI: read, send, reply, schedule & search emails.
Read, send, file and search email in any IMAP or Microsoft 365 mailbox, and check it arrived.
Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.
Connect Claude to your Platform7n workspaces — chat, links, and tasks. One-click OAuth.
Related MCP Servers
- AlicenseAqualityAmaintenanceEnables Claude to interact with email accounts via IMAP and SMTP, providing tools for searching, reading, sending, and managing emails across multiple providers.4060490MIT
- FlicenseNot gradedqualityDmaintenanceEnables Claude to read, search, send, and manage emails across multiple IMAP/SMTP accounts via a single deployment.
- FlicenseNot gradedqualityBmaintenanceEnables Claude to read, search, draft, send, flag, and move email across multiple IMAP/SMTP mailboxes while keeping credentials local.
- FlicenseNot gradedqualityBmaintenanceEnables Claude/Cowork to read and send email through a cPanel-hosted IMAP/SMTP mailbox, providing tools to list folders, search messages, fetch message content, and send email as that mailbox.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jaykim81/naver-works-mail-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server