Mailgun

Provides a local Mailgun MCP server to send emails from IDEs/LLMs via a simple MCP client.
  • typescript

0

GitHub Stars

typescript

Language

7 months ago

First Indexed

3 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "proudmars-mailgun-mcp": {
      "command": "node",
      "args": [
        "ABSOLUTE/PATH/TO/PROJECT/mailgun-mcp/build/index.js"
      ]
    }
  }
}

You can run the Mailgun MCP Server locally and connect it to your IDE or LLM-powered applications to send custom emails directly from your development environment. This MCP server exposes a local process you can start and then attach from your editor to send emails through Mailgun without leaving your IDE.

How to use

To use this MCP server, start the local Mailgun MCP server process and connect your MCP client to it. Once connected, you can initiate email sending from your IDE or LLM interface using the MCP client’s standard request flow. The server exposes an endpoint you interact with through your MCP client; you don’t need to manage SMTP details directly. Simply ensure the server process is running, then configure your MCP client to target it, and begin sending emails to your users from your development environment.

How to install

Prerequisites you should have before starting:

  • Node.js installed on your machine
  • A JavaScript runtime available for running the MCP server

Step-by-step setup and run flow:

  • Build the MCP server project by running the build command provided by your setup tool. For example, use the package manager you rely on to install dependencies and build the project as required by your environment.
  • Attach the MCP server to your IDE or desktop app using the configuration snippet shown in the attachment step below.
  • Start using the MCP client to connect to the running server and send emails through Mailgun directly from your IDE or LLM-enabled applications.

Additional sections

Configuration notes: The server is intended to be started as a local process and then attached to by your MCP client. Ensure you point your client to the local process and that the process remains running while you send emails.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational