← Reddit

Claude Cowork project with 3 gmail accounts

Reddit · Ok_Ambassador9339 · April 22, 2026
What is the smoothest way to include in a ”daily operating system” project 3 different gmail accounts? Through the connectors you can only have 1. Thanks! [link]

Detailed Analysis

Claude Cowork's native Gmail connector architecture imposes a one-account-per-connector limitation that creates a practical bottleneck for users attempting to build multi-account "daily operating system" workflows. The platform, developed by Anthropic as a productivity layer enabling skills, connectors, and scheduled tasks, supports one-click Gmail integration for common use cases such as inbox triage, receipt extraction, and morning briefing generation — but each connector binds to a single authorized Google account. This constraint becomes particularly relevant for professionals managing separate personal, work, and client-facing inboxes, a common configuration that the platform currently cannot accommodate natively. A GitHub issue (#27567) tracking this as a feature request has been marked as a duplicate with no confirmed resolution, indicating the limitation is acknowledged but unresolved at the product level.

The most technically robust workaround identified by the community involves deploying multiple named Model Context Protocol (MCP) servers — such as `gmail-account1`, `gmail-account2`, and `gmail-account3` — under a single Google Cloud OAuth project. This architecture allows Claude Cowork to route workflows to specific accounts by server name, eliminating re-authentication friction and preventing cross-account data bleed. The approach requires intermediate technical setup, including configuring a Google Cloud project and managing separate server instances, but it preserves the full range of Gmail automation capabilities across all three accounts simultaneously. Reports suggest this stack can execute multi-account operations such as nightly digests and receipt aggregation in under a minute, making it a viable production-grade solution despite its added complexity.

Two lower-complexity alternatives exist for users less comfortable with cloud infrastructure. Zapier's MCP integration allows multiple Gmail accounts to be connected through the Zapier dashboard, with Claude drafting responses and executing tasks subject to configurable approval gates — a model that trades some autonomy for easier setup. Custom skills built within Cowork can also route emails by account name or identifier, though this approach demands the highest degree of manual configuration and coding. Both methods represent community-developed patches rather than first-party solutions, which means they carry the typical risks of third-party workarounds: potential breakage on platform updates and inconsistent behavior across edge cases.

The underlying tension surfaced by this thread reflects a broader pattern in the rapid productization of AI assistants: tooling built around single-user, single-account paradigms struggles to accommodate the multi-context reality of modern professional workflows. As Claude Cowork positions itself as an automation layer for daily operations, the gap between its current connector model and the multi-account demands of power users represents a meaningful adoption barrier. The existence of community-built MCP stacks and Zapier bridges signals genuine demand, but also underscores that Anthropic has not yet closed the loop between the platform's ambient productivity ambitions and the structural complexity of real-world identity fragmentation across Google accounts. Native multi-account support would likely require a rearchitecting of the connector authorization flow — a non-trivial engineering investment that the open GitHub issue suggests is on the team's radar but not yet prioritized.

Read original article →