Hiworks Mail MCP
하이웍스 메일 시스템과 연동하여 메일 조회 및 전송을 할 수 있는 MCP(Model Context Protocol) 서버입니다.
MCP 설정
Claude Desktop이나 Cursor AI의 MCP 서버 설정에 아래와 같이 추가합니다.
{
"mcpServers": {
"hiworks-mail-mcp": {
"command": "npx",
"args": ["-y", "hiworks-mail-mcp@latest"],
"env": {
"HIWORKS_USERNAME": "[email protected]",
"HIWORKS_PASSWORD": "your_password"
}
}
}
}
HIWORKS_USERNAME: 하이웍스 이메일 주소HIWORKS_PASSWORD: 하이웍스 계정 비밀번호
서버 설정
기본적으로 다음 서버 설정을 사용합니다:
- POP3: pop3s.hiworks.com:995 (SSL)
- SMTP: smtps.hiworks.com:465 (SSL/TLS)
주의사항
- 계정 정보는 안전하게 관리해주세요.
- 대량 메일 발송 시 하이웍스의 정책을 준수해주세요.
라이선스
이 프로젝트는 MIT 라이선스 하에 배포됩니다.
자세한 내용은 LICENSE 파일을 참고하세요.
Recommend MCP Servers 💡
mcp-outline
A Model Context Protocol (MCP) server that enables AI assistants to interact with Outline documentation services, providing features like document search, reading, creation, and comment management.
membase-mcp
A lightweight decentralized memory gateway that connects AI agents to Membase for persistent, verifiable multi-session memory.
VolarTaskServer
Volar is an MCP server that acts as an orchestrator, helping users guide AI coding assistants by defining tasks, planning, reviewing, and executing code changes through detailed prompts.
@larryhudson/linear-mcp-server
An MCP server that acts as a bridge between Claude and the Linear task/issue management system
jira-server
A TypeScript-based MCP server implementing a simple notes system with resources, tools for creating notes, and prompts for summarizing them.
vision-tools-mcp
VisionAgent MCP is a lightweight, side-car MCP server that runs locally on STDIN/STDOUT, translating tool calls from an MCP-compatible client into authenticated HTTPS requests to Landing AI’s VisionAgent REST APIs for computer vision and document analysis.