Model Context Protocol

GetMailer MCP Server

Send emails from Claude Desktop, Claude Code, and other AI assistants

Quick Install

npm install -g getmailer-mcp

Package: getmailer-mcp on npm

Claude Desktop / Claude Code Setup

1

Get your API key

Sign up at getmailer.app and create an API key from your dashboard

2

Open Claude config file

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json

3

Add GetMailer MCP server

{
  "mcpServers": {
    "getmailer": {
      "command": "npx",
      "args": ["-y", "getmailer-mcp"],
      "env": {
        "GETMAILER_API_KEY": "gm_your_api_key_here"
      }
    }
  }
}

Available Tools

Once configured, Claude can use these tools:

send_emailSend transactional emails
list_emailsView sent emails and status
get_emailGet email details with events
list_templatesList email templates
create_templateCreate new templates
list_domainsView verified domains
add_domainAdd sending domains
verify_domainCheck domain status
get_analyticsView email statistics
list_suppressionView suppressed addresses
add_to_suppressionAdd to suppression list
create_batchSend bulk emails
list_batchesView batch jobs
get_batchCheck batch progress

Example Prompts

Send an email to user@example.com from hello@myapp.com saying their order shipped
Show me my email analytics for the past week
Create a welcome email template with name and company variables
List my recent sent emails
Check if example.com domain is verified

Environment Variables

VariableRequiredDescription
GETMAILER_API_KEYYesYour GetMailer API key (starts with gm_)
GETMAILER_API_URLNoCustom API URL (default: https://getmailer.app)

Resources

Ready to get started?

Sign up for free and get your API key in seconds.

Create Free Account
GetMailer MCP Server - Send Emails from Claude & AI Assistants | GetMailer