Skip to main content
Glama
jhw7500

Email MCP Server

by jhw7500

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
POP3_HOSTNoPOP3 서버 호스트 (POP3 server host)pop3.hiworks.co.kr
POP3_PORTNoPOP3 서버 포트 (SSL) (POP3 server port (SSL))995
SMTP_HOSTNoSMTP 서버 호스트 (SMTP server host)smtp.hiworks.co.kr
SMTP_PORTNoSMTP 서버 포트 (SSL) (SMTP server port (SSL))465
EMAIL_USERYes이메일 계정 (Email account)
EMAIL_PASSWORDYes이메일 비밀번호 (Email password)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_emails

최근 이메일 목록을 조회합니다. 제목, 발신자, 수신일시를 포함합니다.

search_emails

키워드로 이메일을 검색합니다. 제목과 발신자에서 검색합니다.

read_email

특정 이메일의 전체 내용을 읽습니다. 본문과 첨부파일 목록을 포함합니다.

fetch_recent_emails

최근 N개 이메일의 전체 본문을 배치로 가져옵니다. 요약/일정 추출 시 사용하세요.

fetch_email_thread

제목 키워드로 이메일 스레드(대화)를 복원합니다. 최근 100건에서 검색합니다.

download_attachment

이메일 첨부파일을 지정된 경로에 다운로드합니다.

read_attachment_text

이메일 첨부파일(pptx, docx, xlsx, pdf, txt)의 텍스트를 추출하여 반환합니다. Claude가 내용을 요약할 수 있도록 텍스트로 변환합니다.

send_email

이메일을 발송합니다.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/jhw7500/email-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server