Super Sale WeekClaude Skills — 20% OFF
News

Claude Gmail and Google Drive Connectors: What's New, How to Use Them, and Alternatives (2026)

Powerdrill Team·
Claude Gmail and Google Drive Connectors: What's New, How to Use Them, and Alternatives (2026)

On August 18, 2026, Anthropic's Claude account announced that Claude can now send email in Gmail and manage files in Google Drive. Both connectors already existed. What changed is the direction of travel.

Until now the practical value was retrieval. Claude could find things. Now it can act, and the connector pages describe that shift plainly.

This matters if your work starts in a shared drive and ends in someone's inbox. It also has documented limits that are easy to miss, and those limits decide whether the connectors fit your workflow or only part of it.

What Anthropic actually shipped

Both pages now list Read & write under Capabilities, and both are marked "Made by Google."

Gmail is filed under Communication, with the summary "Search your emails, surface insights, and send replies." The Gmail connector page states that Claude "can also draft, send, reply to, and forward emails." Approval is requested by default "before anything goes out."

The Google Drive connector page is filed under Productivity, with the summary "Search, read, and organize your Docs, Sheets, and Slides." It states that Claude "can share, move, and trash files, and asks for your approval by default before making any changes."

One note on sourcing. As of this writing the Claude release notes list August 6, 2026 as the most recent entry, so the announcement is ahead of the changelog. The two product pages are the authoritative description of what they do today.

What the Gmail connector can do

The stated purpose is to handle email "without manually copying or forwarding anything."

Two details are worth pulling out, and both affect how much you can trust the output. First, Claude "retrieves the minimum information needed to answer your question and provides citations linking back to the original emails." Second, approval is on by default before anything sends.

The official examples cover a realistic range:

Task type Official example
Find in a thread "What did the client say about the revised timeline in their last email?"
Summarize a period "Summarize the emails I've received from the marketing team this week"
Reply and send "Draft a response to the vendor's pricing proposal, pushing back on the timeline but agreeing to the budget — then send it"
Forward with context "Forward the signed contract to legal with a short summary of what changed"
Track follow-ups "Are there any unanswered emails from last week that I should follow up on?"

The reply-and-send example is the one that shows the change. It is a single instruction that ends in an outbound action, which is a different level of trust from a search result.

What the Google Drive connector can do

Here the page is unusually specific about how files are read, and that specificity is the useful part.

Claude "can read Google Docs directly, pull data from Google Sheets (exported as CSV), and extract content from Google Slides (exported as plain text)."

So a Sheet arrives as CSV, and a deck arrives as plain text. Formulas, formatting, and slide layout are not what crosses the boundary. That is fine for questions about content and awkward for questions about structure.

The official examples cover retrieval plus housekeeping. They include summarizing a doc, searching the drive, and pulling action items out of meeting notes. They also include moving last quarter's planning docs into an archive folder and sharing a launch brief with a team.

How to turn the connectors on

Both are enabled from the connectors menu in Claude. Each page's "Used in" list covers the Claude apps, Claude Code, and the Claude API.

The practical sequence is short. Open the connectors menu, choose Gmail or Google Drive, complete the Google authorization prompt, then ask for something small first.

Start with a read-only request before a write one. Asking Claude to summarize this week's email confirms the scope is what you expected. It costs nothing if the answer comes back wrong.

Keep the default approval setting on until you trust the behaviour on your own mailbox. Sending is the one action you cannot quietly undo.

One habit saves rework later. Note which Google account you authorized, because people often hold a work account and a personal one. Reconnecting under the wrong account returns empty search results that look exactly like a bug.

The limits worth knowing before you rely on them

The Drive page names its exclusions directly. It "does not support adding comments, converting xlsx to sheets, or converting pptx to slides."

That single sentence rules out three common requests. No inline review comments on a doc. No turning an uploaded Excel workbook into a native Sheet. No turning a PowerPoint file into Slides.

Two further gaps follow from how reading works. A Sheet read as CSV does not carry its formulas, so questions about how a number was calculated cannot be answered from the file alone. A deck read as plain text does not carry layout, so questions about slide design cannot either.

Anthropic's pages do not publish per-plan availability or pricing for either integration, so this article does not quote any. Check the pricing page for your own account before planning around access.

None of this makes the pair less useful. It sets expectations about what crosses the boundary between Google's storage and the conversation. Content crosses. Structure mostly does not.

Where this fits in a data workflow

Think of connectors as the transport layer. They get content out of the place it lives and into the conversation, then put a result back.

Analysis is a separate job. If the question is "which SKUs slipped last month and by how much," the work is joining, aggregating, and charting, not fetching.

A simple test tells you which layer your problem sits in. If the answer already exists somewhere and you only need it found, that is transport. If the answer has to be computed from rows, that is analysis.

That distinction is why the Model Context Protocol matters more than any single connector. Our explainer on what MCP is covers the standard underneath, and the roundup of MCP platforms covers where it is implemented.

It is also worth separating connectors from agents that run tasks end to end. Claude Cowork is the product built for the second job, and our guide to what Claude Cowork is explains the difference.

Alternatives if you need analysis, not retrieval

If your bottleneck is finding and moving content, these two address it. If your bottleneck is turning a file into a chart, a report, or a deck, the shape of the tool you want is different.

Powerdrill Bloom sits on the second side. It takes the file itself, profiles the columns, and produces the output. Its data connectors page lists Excel, CSV, and TSV uploads, SQL databases through natural language queries, plus audio and image inputs.

For a like-for-like comparison of the task-running approach, see Powerdrill Bloom vs. Claude Cowork. Both approaches are legitimate. The arrangement many teams land on is unglamorous. Retrieval handles the inbox and the shared drive, and a second tool handles the files that need charts.

Conclusion

The August 18 change moves both integrations from reading to acting. Gmail can draft and send with approval, and Drive can share, move, and trash files with approval.

The documented limits are the part to plan around. Sheets arrive as CSV, Slides arrive as plain text, and comments plus xlsx-to-Sheets plus pptx-to-Slides conversions are explicitly unsupported.

If the job on your desk is a spreadsheet that needs to become a report, try Powerdrill Bloom on the file directly. Routing it through a retrieval step adds a step without adding analysis.

Frequently asked questions

Can Claude send email on my behalf now?

Yes. The Gmail page states Claude can draft, send, reply to, and forward emails. Approval is requested by default before anything goes out.

Does the Google Drive connector work with Excel files stored in Drive?

Not as a conversion. The Drive page states it does not support converting xlsx to sheets, and Google Sheets themselves are pulled as CSV rather than as live spreadsheets.

Can Claude leave comments on a Google Doc?

No. The Google Drive page lists adding comments as unsupported, alongside the two file conversions.

Which plans include these connectors?

Anthropic's connector pages do not publish per-plan availability, so check your own account's pricing page. This article does not quote figures that are not on an official page.

Do connectors replace a data analysis tool?

They solve a different problem. Connectors move content in and out, while analysis means joining, aggregating, and charting, which is what a tool built to read the file itself handles.