Email MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POP3_HOST | No | POP3 서버 호스트 (POP3 server host) | pop3.hiworks.co.kr |
| POP3_PORT | No | POP3 서버 포트 (SSL) (POP3 server port (SSL)) | 995 |
| SMTP_HOST | No | SMTP 서버 호스트 (SMTP server host) | smtp.hiworks.co.kr |
| SMTP_PORT | No | SMTP 서버 포트 (SSL) (SMTP server port (SSL)) | 465 |
| EMAIL_USER | Yes | 이메일 계정 (Email account) | |
| EMAIL_PASSWORD | Yes | 이메일 비밀번호 (Email 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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_emailsC | 최근 이메일 목록을 조회합니다. 제목, 발신자, 수신일시를 포함합니다. |
| search_emailsC | 키워드로 이메일을 검색합니다. 제목과 발신자에서 검색합니다. |
| read_emailC | 특정 이메일의 전체 내용을 읽습니다. 본문과 첨부파일 목록을 포함합니다. |
| fetch_recent_emailsB | 최근 N개 이메일의 전체 본문을 배치로 가져옵니다. 요약/일정 추출 시 사용하세요. |
| fetch_email_threadC | 제목 키워드로 이메일 스레드(대화)를 복원합니다. 최근 100건에서 검색합니다. |
| download_attachmentC | 이메일 첨부파일을 지정된 경로에 다운로드합니다. |
| read_attachment_textB | 이메일 첨부파일(pptx, docx, xlsx, pdf, txt)의 텍스트를 추출하여 반환합니다. Claude가 내용을 요약할 수 있도록 텍스트로 변환합니다. |
| send_emailC | 이메일을 발송합니다. |
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 8 tools
Most tools have distinct purposes, but there is some overlap between list_emails and fetch_recent_emails, as both retrieve recent emails, which could cause confusion. The other tools are clearly differentiated, such as send_email for sending and read_email for reading specific emails.
All tool names follow a consistent snake_case pattern with clear verb_noun combinations, such as download_attachment, fetch_email_thread, and send_email. This consistency makes the tool set predictable and easy to navigate for an agent.
With 8 tools, the server is well-scoped for email management, covering key operations like sending, reading, listing, searching, and handling attachments. Each tool serves a specific function without redundancy, making the count appropriate for the domain.
The tool set provides strong coverage for email operations, including CRUD-like actions (send, read, list, search) and attachment handling. A minor gap is the lack of tools for updating or deleting emails, but agents can work around this with the existing tools for most workflows.