Naver Mail MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| naver-id | Yes | Your Naver account ID | |
| naver-password | Yes | Your Naver account password |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_mailsC | 최근 N개 메일 목록 조회 (JSON 또는 텍스트 형태) |
| list_mails_paginatedC | 페이징을 지원하는 메일 목록 조회 |
| get_mail_detailC | 특정 메일의 상세 정보 조회 |
| list_foldersC | 메일 폴더 목록 조회 |
| create_folderC | 새 메일 폴더 생성 |
| delete_folderC | 메일 폴더 삭제 |
| rename_folderC | 메일 폴더 이름 변경 |
| move_mailsC | 메일을 다른 폴더로 이동 |
| copy_mailsC | 메일을 다른 폴더로 복사 |
| delete_mailsD | 메일 삭제 |
| mark_mails_readC | 메일을 읽음 상태로 변경 |
| mark_mails_unreadC | 메일을 읽지 않음 상태로 변경 |
| mark_mails_importantC | 메일을 중요 상태로 변경 |
| mark_mails_unimportantC | 메일을 중요하지 않음 상태로 변경 |
| debug_envC | 환경 변수 및 서버 상태 디버깅 |
| pingB | 서버 상태 확인 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 16 tools
Every tool has a clearly distinct purpose with no ambiguity. Tools are well-organized around specific operations like copying vs. moving mails, different marking states, and separate listing methods. The descriptions clearly differentiate each tool's function.
All tools follow a consistent verb_noun naming pattern with clear, descriptive names. The naming convention is uniform throughout (e.g., copy_mails, create_folder, list_mails), making it easy to understand each tool's function at a glance.
With 16 tools, this is well-scoped for a mail management server. Each tool earns its place by covering essential operations like folder management, mail listing, status updates, and basic utilities without being excessive or redundant.
The toolset provides complete CRUD/lifecycle coverage for email management. It includes folder operations (create, delete, rename, list), mail operations (list, get detail, copy, move, delete), status management (read/unread, important/unimportant), and utility functions (ping, debug). No obvious gaps exist for the domain.