Hiworks Mail MCP

Hiworks Mail MCP

A Model Context Protocol server that allows integration with Hiworks mail system to search, read, and send emails with support for text, HTML, and attachments.

Category
Visit Server

README

Hiworks Mail MCP

하이웍스 메일 시스템과 연동하여 메일 조회 및 전송을 할 수 있는 MCP(Model Context Protocol) 서버입니다.

MCP 설정

{
  "mcpServers": {
    "hiworks-mail-mcp": {
      "command": "npx",
      "args": ["-y", "@beyless/hiworks-mail-mcp@latest"],
      "env": {
        "HIWORKS_USERNAME": "your.email@beyless.com",
        "HIWORKS_PASSWORD": "your_password"
      }
    }
  }
}
  • HIWORKS_USERNAME: 하이웍스 이메일 주소
  • HIWORKS_PASSWORD: 하이웍스 계정 비밀번호

기능

1. 메일 검색

// 최근 메일 10개 조회
{
  "limit": 10
}

// 특정 키워드로 검색
{
  "query": "회의",
  "limit": 5
}

2. 메일 읽기

{
  "messageId": "message_id_here"
}

3. 메일 전송

// 기본 텍스트 메일
{
  "to": "recipient@example.com",
  "subject": "테스트 메일",
  "text": "안녕하세요, 테스트 메일입니다."
}

// HTML 메일 + CC
{
  "to": "recipient@example.com",
  "subject": "HTML 테스트",
  "html": "<h1>안녕하세요</h1><p>HTML 테스트 메일입니다.</p>",
  "cc": ["cc1@example.com", "cc2@example.com"]
}

// 첨부 파일 포함
{
  "to": "recipient@example.com",
  "subject": "첨부 파일 테스트",
  "text": "첨부 파일이 포함된 메일입니다.",
  "attachments": [
    {
      "filename": "test.txt",
      "content": "파일 내용"
    }
  ]
}

서버 설정

기본적으로 다음 서버 설정을 사용합니다:

  • POP3: pop3s.hiworks.com:995 (SSL)
  • SMTP: smtps.hiworks.com:465 (SSL/TLS)

주의사항

  • 계정 정보는 안전하게 관리해주세요.
  • 대량 메일 발송 시 하이웍스의 정책을 준수해주세요.
  • 메일 조회 시 서버 부하를 고려하여 적절한 limit 값을 설정해주세요.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured