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:- Cursor
- Google Antigravity
- Claude Desktop
- Windsurf
- VS Code (Cline / Roo)
- Zed
Method A: One-Click Deep Link
Click the button below to trigger Cursor’s automated MCP installation dialog:Method B: Project Configuration (Recommended)
Create or edit.cursor/mcp.json in your repository root:Method C: Global GUI Setup
- Open Cursor Settings (
Cmd + ,on macOS orCtrl + ,on Windows). - Navigate to Features > MCP.
- Click + Add New MCP Server.
- Fill in:
- Name:
mailofly - Type:
command - Command:
npx -y @mailofly/mcp
- Name:
- Add environment variable
MAILOFLY_API_KEY. - Click Save.
Verifying Your Connection
Once configured in any client, start a new chat with your AI assistant and enter:mailofly_get_usage and mailofly_list_domains, returning live status data from your account!