Mailgun MCP 服务器
概述
Mailgun的模型上下文协议 (MCP) 服务器实现,使与 MCP 兼容的 AI 客户端(如 Claude Desktop)能够与该服务进行交互。
先决条件
Node.js(v18 或更高版本)
Git
Claude 桌面(用于 Claude 集成)
Mailgun 帐户和 API 密钥
快速入门
手动安装
克隆存储库:
安装依赖项并构建:
配置Claude桌面:
创建或修改配置文件:
MacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Windows:
%APPDATA%/Claude/claude_desktop_config.json
添加以下配置:
测试
使用以下命令运行本地测试套件:
克劳德的样本提示
发送电子邮件
注意:目前(2025-03-18)发送电子邮件似乎需要 Anthropic 付费账户。使用免费账户发送电子邮件会提示失败。
获取并可视化发送统计数据
调试
MCP 服务器通过 stdio 进行通信,请参阅模型上下文协议的调试部分。
执照
LICENSE文件的详细信息
贡献
欢迎大家贡献代码!欢迎提交 Pull 请求。
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -4102MIT 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 -7GPL 3.0
- -securityAlicense-qualityA Model Context Protocol server that enables Claude AI to interact with Gmail, supporting email sending, reading, searching, labeling, draft management, and batch operations through natural language commands.Last updated -MIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI models to send emails via simple tool calls, supporting both plain text and HTML formats with JWT authentication.Last updated -1116