By mailgunCreated 16 days ago
starstarstarstarstar

Interact programmatically with the Mailgun API.

Visit Project
Share this MCP:
X (Formerly Twitter)RedditblueskyThreads by Instagram

Category

Official MCP Server

Tags

Mailgun ApiMcp ServerEmail Automation

What is Mailgun MCP Server?

An MCP server implementation for Mailgun that enables AI clients like Claude Desktop to interact with Mailgun's email API for sending messages and retrieving statistics.

How to use Mailgun MCP Server?

  1. Clone the repository and install dependencies
  2. Configure Claude Desktop with the server path and Mailgun API key
  3. Use AI prompts to send emails or request analytics

Key features of Mailgun MCP Server?

  • Integration with Mailgun's email API
  • Model Context Protocol (MCP) server implementation
  • Email sending capabilities with custom content
  • Email statistics retrieval and visualization
  • Compatibility with Claude Desktop AI client

Use cases of Mailgun MCP Server?

  1. Automating email campaigns through AI prompts
  2. Generating visual reports of email delivery metrics
  3. Integrating email functionality with AI assistants

FAQ about Mailgun MCP Server?

  • What prerequisites are required?

Node.js v18+, Git, Mailgun account/API key, and Claude Desktop for AI integration

  • Why does email sending fail on free accounts?

Sending emails requires a paid Anthropic account as of 2025-03-18

  • How to test the implementation?

Run the test suite with NODE_ENV=test npm test