Send emails, track events, and manage contacts directly from Claude Code. Just describe what you want in natural language.
Claude Code understands your intent and uses the right MailJunky tools automatically.
"Send a welcome email to [email protected] with a friendly greeting and link to our docs."
Claude Code calls the send_email tool with the recipient, subject, and HTML body automatically generated.
"Track that [email protected] just completed their first purchase for $149.99"
Records the purchase_completed event with properties including amount, for triggering workflows.
"Show me all contacts tagged with 'enterprise' who signed up this month."
Searches contacts with filters and returns matching results in a readable format.
"Create a new contact for [email protected], tag them as 'lead' and 'enterprise'."
Creates or updates the contact with the specified email, tags, and any custom properties.
Add MailJunky to your Claude Code MCP configuration and start sending emails.
Sign up or log in to MailJunky and copy your API key from the dashboard.
Get API KeyRun the command below to add MailJunky as an MCP server.
Restart Claude Code and ask it to send an email. That's it!
claude mcp add --transport sse mailjunky https://mcp.mailjunky.ai/sse \
--header "Authorization: Bearer YOUR_API_KEY"Claude Code has access to these MailJunky tools via MCP.
Send emails to one or more recipients with HTML or plain text content.
Track user events for analytics and triggering automated workflows.
List and search contacts with pagination and filtering.
Get detailed information about a specific contact.
Create new contacts or update existing ones (upsert).
Update contact properties, tags, and custom fields.
Remove a contact from your MailJunky account.
Powerful email capabilities right in your coding workflow.
MailJunky also works with ChatGPT via MCP. Same powerful tools, same easy setup.
Connect MailJunky to Claude Code and start sending emails in minutes.