ChatGPT + email

Connect your inbox to ChatGPT
as a custom MCP connector

Turn on developer mode, create a connector pointing at one URL, and ChatGPT can read, search, send, reply, forward, schedule and organize your real mail.

In ChatGPT, turn on developer mode under Settings, Apps and Connectors, Advanced settings. Create a connector, paste https://mcpemails.com/api/mcp as the connector URL, choose OAuth, and authorize with mcpemails. Full MCP support is a beta limited to ChatGPT Business and Enterprise or Edu workspaces.

1 inbox free, forever OAuth, no API key needed Email fetched live, never stored

How ChatGPT connects: OAuth, no API key

ChatGPT runs the standard MCP OAuth flow against this server. It registers itself with RFC 7591 dynamic client registration, so there is no client ID to create, and authorizes with authorization code plus PKCE using S256. No client secret is ever transmitted, and the token carries only the scopes you approve on our consent screen. The access token it receives lasts an hour and refreshes itself; it is listed in Dashboard, API Keys as OAuth: followed by the client name, which is where you revoke the connection.

The one value you need

Everything on this page is a way of getting this URL into ChatGPT.

FieldValue
MCP server URLhttps://mcpemails.com/api/mcp
TransportStreamable HTTP (MCP 2025-06-18)
AuthenticationOAuth 2.1, authorization code with PKCE. No API key.
Setup

How to connect ChatGPT to your inbox

Four steps. The first two are the same for every client, the rest are specific to this one.

01

Create a free account and connect a mailbox

Sign up at mcpemails.com, no card required, then go to Dashboard, Inboxes, Connect Inbox. Gmail connects with one-click Google sign-in; iCloud, Fastmail, Yahoo, Zoho and Yandex take an app-specific password; anything else connects over plain IMAP and SMTP. The free plan holds one inbox, forever.

02

Turn on developer mode

Open Settings, Apps and Connectors, Advanced settings, and turn on Developer mode.

03

Create the connector

Back in Apps and Connectors, click Create. Enter a name and paste https://mcpemails.com/api/mcp as the Connector URL.

04

Choose OAuth and authorize

Pick OAuth, click Create, then authorize with mcpemails and approve the scopes you want the connector to hold.

Before you start

What trips people up in ChatGPT

Full MCP in ChatGPT is a beta, and not every workspace has it

Developer mode with arbitrary MCP connectors is limited to ChatGPT Business and Enterprise or Edu workspaces. On a personal Plus account the Create button for a custom connector is either absent or refuses the server, and no change on our side unlocks it. If that is where you are, the same inbox and the same URL work today in Claude, Cursor, VS Code or the CLI clients, so nothing is wasted while you wait.

Pick OAuth, not no-authentication, when you create the connector

The connector form asks how to authenticate. This server refuses anonymous calls: an unauthenticated request gets a 401 carrying an OAuth discovery pointer, which is what a compliant client follows to start the flow. Choosing no authentication produces a connector that fails on its first tool call rather than at setup, which is the confusing way round.

Read-only is a real option and often the right first one

The consent screen lets you hand ChatGPT read:email and search:email alone. That is enough for triage, summarising and finding things, and it removes every irreversible action from the table while you decide how much further you want to go.

Limits worth knowing

  • Requests are rate limited to 100 per minute, 1,000 per hour and 10,000 per day per key, plus your plan ceiling on billable actions.
  • The server is request and response only. There are no webhooks and no server-initiated events, so new mail never wakes your agent by itself. To react to arriving mail, poll on a schedule.
  • Mail is fetched live from your provider on every call and never stored. Only the encrypted OAuth token or app password is kept, so a revoked token or a changed mailbox password ends access immediately.
FAQ

ChatGPT and email, answered

Can ChatGPT read and send my email?

Through a custom MCP connector, yes. ChatGPT cannot reach a mailbox on its own; pointing a connector at mcpemails gives it tools for reading, searching, sending, replying, forwarding, organizing and scheduling mail, limited to the scopes you approve during setup.

Why can I not create a connector in my ChatGPT account?

Developer mode and custom MCP connectors are a beta restricted to ChatGPT Business and Enterprise or Edu workspaces. A personal account cannot add one, whatever the server. This is an OpenAI product decision and nothing on our side changes it.

Do I need an API key for ChatGPT?

No. Pick OAuth when creating the connector and ChatGPT registers itself and completes an authorization code plus PKCE flow. API keys are for clients that cannot do that, and for scripts.

Which mailboxes can ChatGPT reach this way?

Gmail over Google sign-in, iCloud, Fastmail, Yahoo, Zoho and Yandex with an app-specific password, and any other mailbox that speaks IMAP and SMTP on the standard ports. The client sees them all through the same connection: your agent calls inbox_list first to discover every connected mailbox and its id, so there are no UUIDs to paste anywhere.

Can ChatGPT send email without me seeing it?

Only if you let it. Sending is gated on the send:email scope, so a key or a token without that scope cannot send at all. On top of that, an inbox owner can require human approval in the dashboard, which holds every send, reply, forward, draft send and scheduled send until a person releases it.

Is my email stored on your servers?

No. Every message is fetched live from your provider for the request that asked for it and handed straight to your client. Only the encrypted OAuth token or app password is kept, so future calls can authenticate. Deleting the inbox in the dashboard, or revoking access at your provider, ends the connection at once.

Give ChatGPT a real inbox

One connector, every mailbox you have connected. One inbox free forever.