mcp-이메일-서버
MCP 서버를 통한 IMAP 및 SMTP
- Github 저장소 : https://github.com/ai-zerolab/mcp-email-server/
- 문서 https://ai-zerolab.github.io/mcp-email-server/
설치
수동 설치
환경을 관리하려면 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
명령어를 실행하여 경로를 지정하고 클라이언트에서 다음과 같이 설정하세요.
docker
사용할 수 있다면 docker 이미지를 사용해 볼 수 있지만, MCP
tools
사용하여 클라이언트에서 직접 구성해야 할 수도 있습니다. 기본 구성 경로는 ~/.config/zerolib/mcp_email_server/config.toml
입니다.
Smithery를 통해 설치
Smithery를 통해 Claude Desktop용 이메일 서버를 자동으로 설치하려면:
개발
이 프로젝트는 uv를 사용하여 관리됩니다.
make install
실행하여 가상 환경을 설치하고, 커밋 전 후크를 설치해 보세요.
로컬 개발에는 uv run mcp-email-server
사용하세요.
새로운 버전을 출시하다
- PyPI 에 API 토큰을 생성하세요.
- 이 페이지를 방문하여
PYPI_TOKEN
이라는 이름으로 프로젝트 비밀에 API 토큰을 추가하세요. - Github에 새로운 릴리스를 만듭니다.
*.*.*
형식으로 새 태그를 만듭니다.
자세한 내용은 여기를 참조하세요.
local-only server
The server can only run on the client's local machine because it depends on local resources.
IMAP 및 SMTP 기능을 제공하여 개발자가 원활한 통합과 자동화된 워크플로를 통해 이메일 서비스를 관리할 수 있도록 합니다.
Related Resources
Related MCP Servers
- -securityAlicense-qualityEnables 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 -8PythonApache 2.0
- AsecurityFlicenseAqualityProvides an interface to manage email marketing, contact lists, dynamic templates, and email analytics via SendGrid's API.Last updated -216TypeScript
- AsecurityFlicenseAqualityEnables sending emails via SMTP with template management, supporting multiple SMTP configurations, template creation with variable substitution, and bulk email sending with rate limiting.Last updated -113TypeScript
- -securityAlicense-qualityProvides comprehensive Gmail integration with LLM processing capabilities, allowing users to read, search, filter emails and handle attachments through the Model Context Protocol.Last updated -31TypeScriptMIT License