Stopped Switching Tabs. Claude Does It for Me Now.
Before I set this up, a typical morning looked like this.
Open Gmail. Read through unread emails. Open a new tab for Google Calendar. Check what meetings I had. Open Drive to find the document for the first one. Go back to Gmail to re-read the thread with the person I was meeting. Open Claude in another tab. Paste everything in manually. Ask my question.
Four tabs. Fifteen minutes. Every single morning.
Here is what my morning looks like now.
I open Claude. I type one message: "What are my most urgent emails today, what meetings do I have this afternoon, and can you find the brief for my 2pm call in Drive?"
Claude responds with all three. No switching. No pasting. No tabs.
The difference is MCP — Model Context Protocol. It connects Claude directly to Gmail, Google Calendar, and Google Drive. And the setup, once you know the steps, takes about 20 minutes.
This post walks through every step. The full video is at the bottom if you want to follow along on screen.
What MCP Is — Without the Jargon
MCP stands for Model Context Protocol. Ignore the name.
Here is what it actually means for your business:
Without MCP, Claude only knows what you tell it. You paste an email in, Claude responds. You copy a calendar event in, Claude works with it. Every piece of information goes through you manually.
With MCP, Claude is connected. It reaches into your Gmail directly. It reads your calendar live. It searches your Drive without you uploading anything. You ask a question and Claude pulls the answer from the source.
The practical difference looks like this:
Without MCP | With MCP |
|---|---|
Paste emails into Claude | Claude reads inbox directly |
Copy calendar events manually | Claude checks your schedule live |
Upload files before asking | Claude finds files in Drive |
Switch between four tabs | One Claude conversation |
15 minutes every morning | One prompt |
Three connections built this video: Gmail, Google Calendar, Google Drive. No code. No terminal. No developer.
What You Need Before You Start
Two things:
Claude Pro — $20 per month. MCP connectors require Pro or above.
A Google account — which you already have.
That is it. The only slightly technical step is a one-time Google Cloud Console setup that takes about 8 minutes. I walk through every click below. You never touch it again after the first time.
Step 1 — The One-Time Google Cloud Setup
This is the step that stops most people. It looks technical from the outside. It is not. Here is every click:
Go to console.cloud.google.com. Sign in with your Google account.
Create a new project. Click the project dropdown at the top of the page. Click New Project. Name it anything — I called mine "Claude MCP." Click Create. Wait about 10 seconds for it to generate.
Enable the three APIs. Click the hamburger menu on the left. Go to APIs and Services, then Library.
Search for Gmail API. Click it. Click Enable. Go back to Library. Search for Google Calendar API. Enable. Go back to Library. Search for Google Drive API. Enable.
Three searches. Three enables. Done.
Create the OAuth credentials. Still in APIs and Services, click Credentials. Click Create Credentials. Select OAuth Client ID.
When prompted for Application Type, select Web Application. Give it a name — "Claude MCP" works.
Under Authorized Redirect URIs, click Add URI and paste exactly this:
https://claude.ai/api/mcp/auth_callbackClick Create. Google generates a Client ID and a Client Secret. Copy both into a Notepad document. You will use them in the next step.
That is the entire Google Cloud setup. Close the tab. You are done here.
Step 2 — Connecting Gmail to Claude
Open Claude.ai. Click your profile icon in the top right. Go to Settings, then Connectors. Click Add Custom Connector.
Fill in two fields:
Server name: Gmail
Remote MCP server URL:
https://gmailmcp.googleapis.com/mcp/v1Click Advanced Settings. Paste your OAuth Client ID. Paste your OAuth Client Secret. Click Save.
Claude will redirect you to Google to authorize access. Click through. Allow access to Gmail. Done.
Test it immediately. Open a new Claude conversation and type:
What are my 5 most recent unread emails?
Give me the sender, subject, and a one-line summary of each.Claude will pull your actual inbox. No paste. No upload. If you see real emails in the response, the connection is working.
Step 3 — Connecting Google Calendar
Back to Settings → Connectors → Add Custom Connector.
Server name: Google Calendar
Remote MCP server URL:
https://calendarmcp.googleapis.com/mcp/v1Same OAuth Client ID and Client Secret from your Notepad. The same credentials work for all three Google connections. Authorize with Google. Done.
Test it:
What meetings do I have today and tomorrow?
For each one give me the title, time, and who else is attending.Claude pulls your real calendar. Then try this follow-up in the same conversation:
Do I have any emails related to the meetings on my calendar today?
Summarize what was discussed before each meeting.That second prompt is where MCP changes everything. Claude is now reading your inbox and your calendar in the same conversation and connecting them. That is not possible with copy-paste. That is only possible because both tools are connected at the same time.
Step 4 — Connecting Google Drive
One more time. Settings → Connectors → Add Custom Connector.
Server name: Google Drive
Remote MCP server URL:
https://drivemcp.googleapis.com/mcp/v1Same credentials. Authorize. Done.
Test it:
Find my most recent document with "script" in the title.
Give me a summary of what it covers.Claude finds the file, reads it, and summarizes it. You did not upload anything.
Now run the full combined test — this is the moment:
What are my most urgent unread emails today,
do I have any meetings this afternoon,
and can you find my notes for today's first meeting in Drive?One message. Three tools. All connected.
Two Workflows to Start Using Today
Once all three connectors are live, here are the two workflows I use every single day. Both are copy-paste ready.
Workflow 1 — Morning Briefing From Live Data
Good morning. Give me:
1. My 5 most important unread emails — flag anything urgent
2. My meetings for today with attendees
3. Any emails related to today's meetings
4. One thing I should prioritize based on all of this
Keep it to one page.This replaces 15 minutes of tab-switching every morning. Claude pulls live data from all three sources and writes the briefing.
Combine this with V14: If you built the Scheduled Task from last week, run this prompt as a scheduled task. Claude pulls live Gmail and Calendar data automatically every morning before you wake up. No prompt required. That is the V14 and V15 stack running together.
Workflow 2 — Meeting Prep in One Prompt
I have a meeting with [NAME] at [TIME] today.
Find all emails between me and [NAME] in the last 30 days.
Find any Drive documents shared between us.
Write me a one-page meeting prep note covering:
what we have discussed, what was agreed, what I need to follow up on.This used to take me 20 minutes before every client call. Finding the right email thread. Locating the shared brief. Reading back through notes. Writing a summary.
Now it takes one prompt and about 45 seconds.
One Important Thing to Know About Gmail
Claude can draft emails on your behalf. But all emails must be sent manually through your own Gmail account. Claude writes the draft. You review it, edit it if needed, and hit send yourself.
This is not a limitation — it is a feature. You stay in control of every outgoing message. Claude does the thinking and the writing. You make the final call on what goes out.
The same logic applies to calendar invites and Drive file changes. Claude can create, draft, and suggest. Final actions go through you.
The Three-Video Stack
If you have followed the channel over the last three weeks, you now have all three pieces of the productivity stack:
V1 — Claude Cowork Basics Claude works with your local files in conversation.
V13 — Scheduled Tasks Claude works on your files automatically on a timer.
V14 — MCP Connections (this post) Claude connects to your real business tools — email, calendar, files.
V14 and V15 combined: Scheduled Tasks running the morning briefing prompt with live Gmail and Calendar data. Claude reviews your inbox and your schedule automatically every morning. No prompt from you. Output waiting in your folder when you wake up.
That is the complete stack. Three videos. One system.
Watch the Full Setup Video
Every step in this post is on screen in the video — live clicks through Google Cloud Console, all three connections being tested, and both workflows running with real data so you can see exactly what Claude produces.
📺 Watch here: https://youtu.be/ZM3mQ7_ZFb4
All Four MCP Server URLs (Bookmark This)
Gmail MCP:
https://gmailmcp.googleapis.com/mcp/v1
Google Calendar MCP:
https://calendarmcp.googleapis.com/mcp/v1
Google Drive MCP:
https://drivemcp.googleapis.com/mcp/v1
OAuth Redirect URI (Google Cloud Console):
https://claude.ai/api/mcp/auth_callbackGrab the Free Claude Business Stack PDF
Includes both workflow prompts from this post plus all four Scheduled Task prompts from V13 — copy-paste ready.
📥 Free download: https://replacewithclaude.beehiiv.com/
Get the Full Template Library on Skool
Every workflow I build — MCP prompts, Scheduled Task templates, automation builds — is posted in the community. Founding member pricing is still open.
🏘️ Join here: skool.com/signup?ref=bd14267a4a8540868d97a596bc032542
Joe | replacewithclaude Stop hiring. Start replacing.
No affiliate links in this post — Claude Pro and Google Cloud Console are the only tools required. Google Cloud Console is free.
