Skip to main content

Client Integration Guides

Connect the Mailofly MCP server to your AI editor with a single click or a quick configuration snippet. The server runs via standard Stdio transport with zero local build requirements.

One-Click & Quick Add


Select Your AI Client

Choose your environment below to view tailored installation options and configuration snippets:
Click the button below to trigger Cursor’s automated MCP installation dialog:
Install in Cursor

Create or edit .cursor/mcp.json in your repository root:

Method C: Global GUI Setup

  1. Open Cursor Settings (Cmd + , on macOS or Ctrl + , on Windows).
  2. Navigate to Features > MCP.
  3. Click + Add New MCP Server.
  4. Fill in:
    • Name: mailofly
    • Type: command
    • Command: npx -y @mailofly/mcp
  5. Add environment variable MAILOFLY_API_KEY.
  6. Click Save.

Verifying Your Connection

Once configured in any client, start a new chat with your AI assistant and enter:
Your assistant will immediately invoke mailofly_get_usage and mailofly_list_domains, returning live status data from your account!