Mailgun MCP Server

Apache 2.0
6
  • Apple

Integrations

  • Provides email sending capabilities and allows fetching and visualizing email delivery statistics from the Mailgun service.

Mailgun MCP 서버

개요

Mailgun 에 대한 MCP(Model Context Protocol) 서버 구현을 통해 Claude Desktop과 같은 MCP 호환 AI 클라이언트가 서비스와 상호 작용할 수 있습니다.

필수 조건

  • Node.js(v18 이상)
  • Claude Desktop(Claude 통합용)
  • Mailgun 계정 및 API 키

빠른 시작

수동 설치

  1. 저장소를 복제합니다.지엑스피1
  2. 종속성을 설치하고 빌드합니다.
    npm install
  3. Claude Desktop 구성:구성 파일을 생성하거나 수정합니다.
    • MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • 윈도우: %APPDATA%/Claude/claude_desktop_config.json

    다음 구성을 추가합니다.

    { "mcpServers": { "mailgun": { "command": "node", "args": ["CHANGE/THIS/PATH/TO/mailgun-mcp-server/src/mailgun-mcp.js"], "env": { "MAILGUN_API_KEY": "YOUR-mailgun-api-key" } } } }

테스트

다음을 사용하여 로컬 테스트 모음을 실행합니다.

NODE_ENV=test npm test

클로드와 함께하는 샘플 프롬프트

이메일 보내기

참고: 현재(2025년 3월 18일) 이메일을 보내려면 Anthropic 유료 계정이 필요한 것 같습니다. 무료 계정에서는 아무 메시지 없이 실패합니다.

Can you send an email to EMAIL_HERE with a funny email body that makes it sound like it's from the IT Desk from Office Space? Please use the sending domain DOMAIN_HERE, and make the email from "postmaster@DOMAIN_HERE"!

전송 통계 가져오기 및 시각화

Would you be able to make a chart with email delivery statistics for the past week?

디버깅

MCP 서버는 stdio를 통해 통신합니다. 모델 컨텍스트 프로토콜의 디버깅 섹션을 참조하세요.

특허

자세한 내용은 LICENSE 파일을 참조하세요.

기여하다

여러분의 참여를 환영합니다! 풀 리퀘스트를 제출해 주세요.

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

Claude Desktop과 같은 AI 도우미가 Mailgun 이메일 서비스와 상호 작용하여 사용자가 이메일을 보내고 자연어를 통해 이메일 배달 통계를 시각화할 수 있도록 하는 모델 컨텍스트 프로토콜 서버 구현입니다.

  1. Overview
    1. Prerequisites
      1. Quick Start
        1. Manual Installation
      2. Testing
        1. Sample Prompts with Claude
      3. Debugging
        1. License
          1. Contributing
            ID: rlfcmw918r