Mailgun
Prerequisites
Follow this guide to install the MCP server.
git clone https://github.com/mailgun/mailgun-mcp-server.git
cd mailgun-mcp-server
Then, install the dependencies
npm install
Configuration
{
"command": "node",
"args": [
"CHANGE/THIS/PATH/TO/mailgun-mcp-server/src/mailgun-mcp.js"
],
"env": {
"MAILGUN_API_KEY": "${vault://local/MAILGUN_API_KEY}"
}
}