Skip to main content
Glama

mcp-imap-server

IMAP 이메일 액세스를 위한 MCP(Model Context Protocol) 서버입니다. Claude를 메일함에 직접 연결하세요.

설정

npm install
npm run build

Related MCP server: icloud-mcp

구성

.env.example.env로 복사하고 IMAP 자격 증명을 입력하세요:

cp .env.example .env

Claude Desktop / Claude Code 통합

MCP 구성(~/.claude.json 또는 Claude Desktop 설정)에 추가하세요:

{
  "mcpServers": {
    "imap": {
      "command": "node",
      "args": ["/path/to/mcp-imap-server/dist/index.js"],
      "env": {
        "IMAP_HOST": "mail.datatp.cloud",
        "IMAP_PORT": "993",
        "IMAP_USER": "your-email",
        "IMAP_PASSWORD": "your-password"
      }
    }
  }
}

도구

도구

설명

list_folders

모든 메일함 폴더 나열

list_messages

폴더 내 최근 메시지 나열

get_message

UID로 단일 이메일 가져오기

search_messages

제목, 보낸 사람, 날짜, 읽지 않음으로 검색

mark_message

플래그 설정/제거 (읽음, 플래그 지정)

move_message

메시지를 다른 폴더로 이동

delete_message

메시지 삭제 또는 휴지통으로 이동

create_draft

새 이메일 초안 작성

create_reply_draft

기존 스레드에 답장 초안 작성 (In-Reply-To/References 유지)

Install Server
F
license - not found
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that enables AI models to read, search, and send emails via IMAP and SMTP protocols. It supports various providers like Gmail and Outlook, allowing for tasks such as retrieving unread messages, searching by sender, and managing mailbox folders.
  • A
    license
    B
    quality
    D
    maintenance
    An MCP server that connects Claude to iCloud Mail for reading, searching, sending, and organizing emails through natural language. It supports advanced management tasks like bulk operations, mailbox organization, and automated rules for inbox maintenance.
    69
    52
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A secure MCP server that enables Claude to read, search, send, reply, forward, and manage Gmail messages and labels through natural language commands.
    192
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A cross-platform MCP server that provides Claude with email access via IMAP, supporting multiple email providers and account management.
    MIT

View all related MCP servers

Related MCP Connectors

  • Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.

  • Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits.

  • Fully-managed email as MCP tools - register domains, real mailboxes, send and receive mail.

View all MCP Connectors

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/nqcdan/mcp-imap-server'

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