Skip to main content
Glama

Mailgun MCP Server

Official
by mailgun
Apache 2.0
6
  • Apple

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

local-only server

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

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

  1. 개요
    1. 필수 조건
      1. 빠른 시작
        1. 수동 설치
      2. 테스트
        1. 클로드와 함께하는 샘플 프롬프트
      3. 디버깅
        1. 특허
          1. 기여하다

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that enables AI assistants to interact with Gmail services, supporting email operations, draft management, and calendar functionality through Google API integration.
              Last updated -
              TypeScript
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that provides a seamless email management interface through Claude, allowing users to search, read, and send emails directly through natural language conversations.
              Last updated -
              40
              Python
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables AI assistants like Claude to interact with Gmail through natural language, providing comprehensive email management capabilities including sending, reading, organizing, searching, and managing drafts and labels.
              Last updated -
              Python
              GPL 3.0
              • Apple
            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server that enables AI assistants to access and manage email through IMAP, supporting browsing, searching, reading, and organizing emails while learning user preferences over time.
              Last updated -
              2
              Python
              • Linux
              • Apple

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

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