Connect Make to your emails — AI automation

Why connect Make to your emails?

Make (formerly Integromat) is one of the most popular no-code automation platforms. It lets you build complex workflows — called scenarios — by connecting hundreds of apps together visually. But when it comes to intelligent email management, the built-in email modules only handle basic sending and receiving. If you want an AI that reads, understands and acts on your emails, you need a smarter bridge.

MailMCP gives Make scenarios full AI-powered email capabilities. By calling the MailMCP API via HTTP modules, your scenarios can list unread messages, read full email threads, search by sender or keyword, draft and send replies, schedule emails for later, manage folders and flag important conversations. Combined with Make's logic modules and AI integrations, you can build workflows that triage your inbox automatically.

Since Make does not have native MCP support, integration uses the HTTP module to send JSON-RPC requests to MailMCP's endpoint. This approach is flexible and works with any Make plan. Set up your scenario in minutes, and let AI handle your email workload.

Connect Make to MailMCP

Make connects to MailMCP via the HTTP module using JSON-RPC requests.

1

Create a new scenario

In Make, create a new scenario. Add a trigger module (schedule, webhook, or any other trigger that fits your workflow).

2

Add an HTTP module

Add an HTTP > Make a request module and configure it as follows:

URL

https://mailmcp.io/mcp/VOTRE_CLIENT_ID

Method

POST

Headers

Authorization : Bearer VOTRE_CLIENT_SECRET

Content-Type : application/json

3

Send a JSON-RPC request

Set the request body to a JSON-RPC call. Example to list unread emails:

{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "list_emails",
    "arguments": {
      "folder": "INBOX",
      "unread_only": true
    }
  },
  "id": 1
}
4

Parse the response

Use a JSON parse module to extract the email data from the response. You can then route the data to other modules in your scenario — send notifications, update a spreadsheet, trigger follow-up actions, etc.

Why use MailMCP with Make?

No-code email automation

Build AI-powered email workflows visually in Make without writing a single line of code.

15 MCP tools available

Read, send, search, schedule, organize folders — the full email toolkit via HTTP calls.

Works with any Make plan

Uses the standard HTTP module, available on all Make plans including free.

Combine with 1000+ apps

Connect email actions to Slack, Google Sheets, CRM, databases and hundreds of other services.

Schedule and trigger

Run email automations on a schedule, via webhook, or triggered by any event in your Make scenarios.

MailMCP is free with 1 mailbox and 20 calls per day. Pro plans from 1.99 EUR/month include unlimited mailboxes and 500 calls/day.

Frequently asked questions

Does Make support the MCP protocol natively?

Make does not have a dedicated MCP module yet. However, you can use the HTTP module to send JSON-RPC requests to any MCP server, including MailMCP. This approach works on all Make plans and gives you full access to the 15 email tools provided by MailMCP.

Can I automate email sending with Make and MailMCP?

Yes. You can build Make scenarios that read incoming emails, process their content, and send intelligent replies automatically. Use the HTTP module to call MailMCP's send_email tool with the recipient, subject and body. Combine with Make's scheduling and logic modules for powerful email automation.

What is the difference between Make's built-in email and MailMCP?

Make's built-in email modules handle basic IMAP retrieval and SMTP sending. MailMCP provides 15 advanced tools including full-text search, folder management, email scheduling, flagging, and AI-optimized responses. MailMCP is designed to work with AI agents and provides structured data that is easy to process in automation workflows.

Prêt à connecter vos emails à l'IA ?

Créez votre compte en 30 secondes et récupérez vos identifiants MCP.

Démarrer gratuitement

MailMCP Assistant

Powered by DeepSeek

{{ msg.content }}
{{ msg.content }}