← Reddit

Connecting cowork to 2 Gmails.

Reddit · Ill-Key-9516 · April 26, 2026
An individual maintains two Gmail accounts, one dedicated to important personal matters such as investments and another for job applications, and wishes to connect both to Claude cowork. The user seeks information about potential workarounds to achieve this dual-account integration.

Detailed Analysis

A Reddit user in the r/ClaudeAI community has raised a practical limitation of Claude Cowork's Gmail integration: the platform currently supports binding only one Gmail account per MCP (Model Context Protocol) connector. The user's use case — separating investment-related correspondence from job application emails across two distinct Gmail accounts — reflects a common pattern among professionals who maintain deliberate inbox segmentation for organizational or privacy reasons. As of April 2026, Claude Cowork's built-in Gmail connector does not natively accommodate multi-account configurations through its standard interface, leaving users who rely on multiple inboxes without a straightforward out-of-the-box solution.

The technical workaround that has emerged from the developer community involves spinning up multiple named MCP server instances — for example, one labeled `gmail-personal` and another `gmail-work` — each independently authenticated to a separate Google account under a single shared Google Cloud project. By enabling the Gmail API once at the project level and configuring distinct OAuth credentials for each account, users can eliminate the credential conflicts and re-authentication friction that would otherwise arise from attempting to toggle between accounts in a single session. This approach, while functional, requires a non-trivial level of technical fluency: users must interact with the Google Cloud Console, manage OAuth flows, and configure MCP server definitions manually, placing it out of reach for less technical users who might reasonably expect multi-account support from a productivity-oriented platform.

The limitation points to a broader structural challenge in integrating AI assistants with identity-segmented digital lives. Most consumer email workflows were designed around single-account assumptions, and even sophisticated platforms like Gmail itself only introduced multi-account switching as a late feature. As Claude Cowork positions itself as a collaborative productivity layer — enabling AI-assisted reading, drafting, and summarization of email threads — the absence of native multi-account support creates a meaningful gap for power users whose professional and personal contexts deliberately do not overlap. The interim solution of using the browser extension for one account while routing the other through Cowork represents a fragmented experience that undermines the platform's unified workflow promise.

This friction is consistent with a wider pattern in the MCP ecosystem, where the protocol's flexibility enables sophisticated custom configurations but simultaneously raises the barrier to entry for non-developers. Anthropic's MCP standard, now broadly adopted across agentic AI tooling, was designed for extensibility rather than consumer simplicity — a trade-off that serves enterprise and developer audiences well but creates rough edges for general users. Community-driven documentation and workaround guides, like those appearing on GitHub issue threads and independent newsletters, are filling the gap that official product support has not yet addressed. Whether Anthropic or the Claude Cowork team moves toward native multi-account Gmail support will likely depend on how prominently this use case registers in user feedback, as the infrastructure to support it — shared Google Cloud project authentication with multiple OAuth tokens — already exists and is actively being used in community-built implementations.

Read original article →