How to use Gmail with Claude Code
You want Gmail inside Claude Code so it can clear a backlogged inbox, draft replies you would have written yourself, find the one thread you half-remember, and chase the things waiting on other people — without you copy-pasting between tabs. Here is the whole setup, once.
Create your Gmail gateway
The gateway is the thing Claude Code connects to, and it is where you decide which Gmail tools an agent may use. You create it once and every client reuses it.
-
Create an Arcade account
Sign up and open the dashboard. The free tier is enough to follow this through.
-
Create an MCP Gateway and select your Gmail tools
In the dashboard, create a gateway and pick the Gmail tools you want to expose. The gateway is what your client connects to, and it is where tool access is decided.
-
Copy your gateway URL
Every client below needs it.
https://api.arcade.dev/mcp/<YOUR-GATEWAY-SLUG>
Connect the gateway to Claude Code
-
Add the gateway as a remote HTTP MCP server
claude mcp add arcade --transport http "<YOUR_ARCADE_GATEWAY_URL>"
-
Verify it was added
claude mcp get arcade claude mcp list
-
Try it out
Open Claude Code in your project and ask it to use one of your Gmail tools.
Full Claude Code guide in the docs steps verified 2026-08-13
Get started with these Gmail prompts
Claude Code can now act on your Gmail account. Click a prompt to copy it.
Thinking “this is one prompt injection away from my inbox leaking”? So do we. That is what Contextual Access policies are for — approval before anything is sent or deleted, redaction on the message bodies that never needed to reach the model.