Skip to main content
Glama

MCP Email Server

by ai-zerolab
BSD 3-Clause
35
  • Apple
  • Linux

mcp-이메일-서버

MCP 서버를 통한 IMAP 및 SMTP

설치

수동 설치

환경을 관리하려면 uv를 사용하는 것이 좋습니다.

uvx mcp-email-server@latest ui 구성하고, mcp 클라이언트에 다음 구성을 사용하세요.

지엑스피1

이 패키지는 PyPI에서 사용할 수 있으므로 pip install mcp-email-server 사용하여 설치할 수 있습니다.

그런 다음 UI를 사용하여 이메일 서버를 구성하세요: mcp-email-server ui

Claude Desktop 에서 사용해 보세요. 다른 MCP 클라이언트와 통합하려면 $which mcp-email-server 명령어를 실행하여 경로를 지정하고 클라이언트에서 다음과 같이 설정하세요.

{ "mcpServers": { "zerolib-email": { "command": "{{ ENTRYPOINT }}", "args": ["stdio"] } } }

docker 사용할 수 있다면 docker 이미지를 사용해 볼 수 있지만, MCP tools 사용하여 클라이언트에서 직접 구성해야 할 수도 있습니다. 기본 구성 경로는 ~/.config/zerolib/mcp_email_server/config.toml 입니다.

{ "mcpServers": { "zerolib-email": { "command": "docker", "args": ["run", "-it", "ghcr.io/ai-zerolab/mcp-email-server:latest"] } } }

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 이메일 서버를 자동으로 설치하려면:

npx -y @smithery/cli install @ai-zerolab/mcp-email-server --client claude

개발

이 프로젝트는 uv를 사용하여 관리됩니다.

make install 실행하여 가상 환경을 설치하고, 커밋 전 후크를 설치해 보세요.

로컬 개발에는 uv run mcp-email-server 사용하세요.

새로운 버전을 출시하다

  • PyPI 에 API 토큰을 생성하세요.
  • 이 페이지를 방문하여 PYPI_TOKEN 이라는 이름으로 프로젝트 비밀에 API 토큰을 추가하세요.
  • Github에 새로운 릴리스를 만듭니다.
  • *.*.* 형식으로 새 태그를 만듭니다.

자세한 내용은 여기를 참조하세요.

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

IMAP 및 SMTP 기능을 제공하여 개발자가 원활한 통합과 자동화된 워크플로를 통해 이메일 서비스를 관리할 수 있도록 합니다.

  1. 설치
    1. 수동 설치
    2. Smithery를 통해 설치
  2. 개발
    1. 새로운 버전을 출시하다

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        Enables interaction with Gmail through the Gmail API to read, send, and manage emails. Supports multiple Gmail accounts with real-time monitoring and advanced features for email search and attachment handling.
        Last updated -
        8
        Python
        Apache 2.0
        • Apple
        • Linux
      • A
        security
        F
        license
        A
        quality
        A simple MCP server that enables users to send emails using Resend's API, integrating with tools like Cursor and Claude Desktop for seamless email composition and delivery.
        Last updated -
        1
        6
        321
        TypeScript
        • Apple
      • A
        security
        A
        license
        A
        quality
        An MCP server implementation that allows sending emails over MailPace's fast transactional email API.
        Last updated -
        1
        1
        TypeScript
        MIT License
      • A
        security
        A
        license
        A
        quality
        Manage your emails effortlessly with a standardized interface for drafting, sending, retrieving, and organizing messages. Streamline your email workflow with complete Gmail API coverage, including label and thread management.
        Last updated -
        65
        368
        7
        JavaScript
        MIT License
        • Apple
        • Linux

      View all related MCP servers

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

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