Send emails from Claude Desktop, Claude Code, and other AI assistants
npm install -g getmailer-mcpPackage: getmailer-mcp on npm
Get your API key
Sign up at getmailer.app and create an API key from your dashboard
Open Claude config file
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Add GetMailer MCP server
{
"mcpServers": {
"getmailer": {
"command": "npx",
"args": ["-y", "getmailer-mcp"],
"env": {
"GETMAILER_API_KEY": "gm_your_api_key_here"
}
}
}
}Once configured, Claude can use these tools:
send_emailSend transactional emailslist_emailsView sent emails and statusget_emailGet email details with eventslist_templatesList email templatescreate_templateCreate new templateslist_domainsView verified domainsadd_domainAdd sending domainsverify_domainCheck domain statusget_analyticsView email statisticslist_suppressionView suppressed addressesadd_to_suppressionAdd to suppression listcreate_batchSend bulk emailslist_batchesView batch jobsget_batchCheck batch progress| Variable | Required | Description |
|---|---|---|
GETMAILER_API_KEY | Yes | Your GetMailer API key (starts with gm_) |
GETMAILER_API_URL | No | Custom API URL (default: https://getmailer.app) |