Mailgun MCP 서버
개요
Mailgun 에 대한 MCP(Model Context Protocol) 서버 구현을 통해 Claude Desktop과 같은 MCP 호환 AI 클라이언트가 서비스와 상호 작용할 수 있습니다.
필수 조건
- Node.js(v18 이상)
- 깃
- Claude Desktop(Claude 통합용)
- Mailgun 계정 및 API 키
빠른 시작
수동 설치
- 저장소를 복제합니다.지엑스피1
- 종속성을 설치하고 빌드합니다.
- Claude Desktop 구성:구성 파일을 생성하거나 수정합니다.
- MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- 윈도우:
%APPDATA%/Claude/claude_desktop_config.json
다음 구성을 추가합니다.
- MacOS:
테스트
다음을 사용하여 로컬 테스트 모음을 실행합니다.
클로드와 함께하는 샘플 프롬프트
이메일 보내기
참고: 현재(2025년 3월 18일) 이메일을 보내려면 Anthropic 유료 계정이 필요한 것 같습니다. 무료 계정에서는 아무 메시지 없이 실패합니다.
전송 통계 가져오기 및 시각화
디버깅
MCP 서버는 stdio를 통해 통신합니다. 모델 컨텍스트 프로토콜의 디버깅 섹션을 참조하세요.
특허
자세한 내용은 LICENSE 파일을 참조하세요.
기여하다
여러분의 참여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Claude Desktop과 같은 AI 도우미가 Mailgun 이메일 서비스와 상호 작용하여 사용자가 이메일을 보내고 자연어를 통해 이메일 배달 통계를 시각화할 수 있도록 하는 모델 컨텍스트 프로토콜 서버 구현입니다.
Related MCP Servers
- -securityFlicense-qualityA 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
- -securityAlicense-qualityA 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 -40PythonMIT License
- -securityAlicense-qualityA 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 -PythonGPL 3.0
- -securityFlicense-qualityA 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 -2Python