Hiworks Mail MCP
The Hiworks Mail MCP server allows users to interact with the Hiworks mail system with the following capabilities:
Read username: Retrieve the configured Hiworks username
Search email: Search for emails in the Hiworks mailbox
Read email: Read a specific email by providing the message ID
Send email: Send emails with options for recipients, subject, content (HTML or text), attachments, CC, and BCC
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Hiworks Mail MCPsearch for emails from my boss in the last week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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": "your.email@hiworks.com",
"HIWORKS_PASSWORD": "your_password"
}
}
}
}HIWORKS_USERNAME: 하이웍스 이메일 주소HIWORKS_PASSWORD: 하이웍스 계정 비밀번호
Related MCP server: MCP Mail Server
서버 설정
기본적으로 다음 서버 설정을 사용합니다:
POP3: pop3s.hiworks.com:995 (SSL)
SMTP: smtps.hiworks.com:465 (SSL/TLS)
주의사항
계정 정보는 안전하게 관리해주세요.
대량 메일 발송 시 하이웍스의 정책을 준수해주세요.
라이선스
이 프로젝트는 MIT 라이선스 하에 배포됩니다.
자세한 내용은 LICENSE 파일을 참고하세요.
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 Servers
- -license-quality-maintenanceA Model Context Protocol server that enables applications to interact with Gmail through a clean API, supporting email searching, sending, reading, and label management.
- Alicense-qualityAmaintenanceA Model Context Protocol server that enables email operations through POP3 and SMTP protocols in Cursor AI, allowing users to send, receive, list, and manage emails using natural language commands.35344MIT
- FlicenseBqualityDmaintenanceAn MCP server that enables users to interact with their Naver Mail account via the Model Context Protocol. It allows for seamless mail integration and management within MCP-compatible clients like Claude Desktop.16
- FlicenseBquality-maintenanceThis MCP server enables users to manage emails via POP3 and SMTP protocols, allowing for listing, searching, reading, and sending messages. It also supports fetching email threads and extracting text content from various document attachments including PDFs and Office files.8
Related MCP Connectors
Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.
Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.
AI email inbox and sending tools with attachments, search, live events, and webhooks.
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/beylessai/hiworks-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server