Skip to main content

Mailofly MCP Server Guide

The Model Context Protocol (MCP) allows AI clients to directly interact with Mailofly tools and resources without custom integration code.

Configuration for Claude Desktop & Cursor

Add the official Mailofly MCP server to your claude_desktop_config.json or .cursor/mcp.json:

Capabilities & Tools

The Mailofly MCP server provides 19 tools across:
  • Emails: mailofly_send_email, mailofly_send_batch, mailofly_get_email, mailofly_list_emails, mailofly_cancel_email.
  • Audience & Contacts: mailofly_list_contacts, mailofly_create_contact, mailofly_get_contact, mailofly_delete_contact.
  • Templates: mailofly_list_templates, mailofly_get_template, mailofly_create_template.
  • Campaigns: mailofly_list_campaigns, mailofly_create_campaign, mailofly_send_campaign.
  • Domains & Identities: mailofly_list_domains, mailofly_verify_domain, mailofly_list_identities.
  • Usage: mailofly_get_usage.

Documentation

For full setup instructions, interactive debugging, and client guides: