Multi-account MCP for Gmail, Calendar, Drive, Docs, and Sheets β 61 tools, token-efficient, macOSβ¦
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Multi Account MCP for Gmail, Calendar, Drive, Docs, and Sheets β 61 tools, token.
gws_account_addbrowser OAuth flow, adds a new authorized mailbox
gws_account_listlist authorized accounts + default
gws_account_removeremove local credential (doesn't revoke Google-side)
gmail_searchsearch with Gmail operators. Compact response.
gmail_readread one message or full thread. Bodies opt-in.
gmail_sendsend mail, optional `from_alias` for Send-As identities
Multi-account, token-efficient MCP for Gmail + Calendar + Drive + Docs + Sheets. Built because the official Claude connector supports one account and returns full message/file bodies by default.
account email; aliases are handled via Send-As identities.{id, from, subject, snippet, ...} for mail, {id, name, mime, modified, size, ...} for Drive).
Bodies and file content are opt-in.gws_account_add β browser OAuth flow, adds a new authorized mailboxgws_account_list β list authorized accounts + defaultgws_account_remove β remove local credential (doesn't revoke Google-side)gmail_search β search with Gmail operators. Compact response.gmail_read β read one message or full thread. Bodies opt-in.gmail_send β send mail, optional from_alias for Send-As identitiesgmail_draft β create a draftgmail_reply β reply (preserves thread + headers), optional reply_allgmail_labels_list β list all labelsgmail_label_apply β batch add/remove labelsgmail_archive β batch archive (remove INBOX)gmail_trash β batch move to trashgmail_sendas_list β list Send-As identities on this mailboxgmail_attachments_list β list a message's attachments (filename, mime type, size)gmail_attachment_save β download one attachment to a local file, path returned for direct readingcal_list_calendars β list all calendarscal_list_events β list upcoming events (compact by default, verbose=True for full)cal_create_event β create event, optional Google Meet linkcal_update_event β partial-update fieldscal_delete_event β deletecal_freebusy β check busy windows for schedulingcal_respond β accept/decline/tentativedrive_search β free-text or raw Drive q-syntax. Metadata-only response.drive_read_file β metadata by default; include_content=True for bodydrive_list_folder β direct children of a folder ('root' for My Drive)drive_create_folder β create a folder under an optional parentdrive_upload β upload a local file, optional convert_to_googledrive_move β change parent folderdrive_rename β rename a file or folderdrive_share β grant reader/commenter/writer/etc. access by emaildrive_trash β soft delete (recoverable)drive_untrash β restore from Trashdrive_permission_list β list everyone with access to a filedrive_permission_update β change a grantee's roledrive_permission_delete β revoke a permissiondrive_shared_drives_list β list shared drives this account accessesdrive_comments_list β list comments on any Drive file (Doc/Sheet/Slide/upload)drive_comment_add β add a comment, optional anchordrive_comment_reply β reply to a commentdrive_comment_resolve β mark a comment resolveddocs_create β new Doc, optional initial body and parent folderdocs_read β flat text by default; structured=True for full Docs API treedocs_append β append text to end of bodydocs_insert_at β insert text at a specific indexdocs_replace_text β find-and-replace, returns count replaceddocs_export β export to markdown / pdf / docx / rtf / plaindocs_suggestions_list β list pending tracked-change suggestionsdocs_suggestions_accept_all β accept all suggestions (rewrites Doc)docs_suggestions_reject_all β reject all suggestions (rewrites Doc)sheets_create β new workbook, optional parent foldersheets_list_sheets β list tabs with row/col dimensionssheets_add_sheet β add a new tab to an existing workbooksheets_read_range β read A1 range. FORMULA / UNFORMATTED_VALUE options.sheets_write_range β overwrite a range. USER_ENTERED parses formulas.sheets_append β append rows below existing datasheets_clear_range β clear values (formatting preserved)sheets_batch_read β multi-range read in one API callsheets_batch_write β multi-range write in one API callsheets_named_ranges_list β list named ranges in a workbooksheets_named_range_add β create a named rangesheets_named_range_delete β delete a named rangesheets_conditional_format_add β add a conditional formatting rulesheets_data_validation_add β set dropdown / number / email / URL validationFastest path β one script, no manual wiring.
macOS and Linux:
Windows (PowerShell):
The installer creates an isolated venv, installs dependencies, takes your
Google OAuth client (either interactively or via GWS_CLIENT_ID /
GWS_CLIENT_SECRET in the environment), and registers the server with
Claude Code. Safe to re-run. You still need a Google OAuth client first β
see SETUP.md for the ~45 min one-time GCP setup. Then run
gws_account_add from Claude Code to authorize your first mailbox.
Both need Python 3.10 or newer and will find one you already have.
python3 first, then python3.14 down to
python3.10, so a Homebrew Python still counts when python3 resolves to
macOS's older system one.py -3 (the Python launcher) first, then python,
python3 and the versioned names. Every candidate has to run and report its
own version before it counts, which is what keeps the Microsoft Store
placeholder in %LOCALAPPDATA%\Microsoft\WindowsApps from being picked: it
is a real python.exe on PATH that only opens the Store.If yours lives somewhere no search would guess (pyenv, conda, a private prefix), name it:
-ExecutionPolicy Bypass is in the command on purpose. Windows blocks
downloaded scripts by default; this applies the exception to this one run
without changing the machine's policy.
Run it from PowerShell, not Git Bash. install.sh detects Git Bash / MSYS
and stops there with a pointer to install.ps1, rather than registering a
POSIX venv path that a native Claude Code cannot launch. WSL is real Linux and
keeps using install.sh.
Time zone. The connector reads the machine's IANA zone so that "3pm" in a
cal_* call means 3pm where you are. Windows names its zones its own way
(SA Western Standard Time), so this goes through tzlocal, which the
installer pulls in. Set GWS_TIME_ZONE=America/Bogota to override.
Open Claude Code, paste:
You still need to complete the one-time GCP setup in SETUP.md
(~45 min for v1, ~5 min incremental for v2 Drive/Docs/Sheets) so the
server has a client_secret.json to OAuth against. Run gws_account_add
from Claude Code to authorize your first mailbox.
On Windows, run install.ps1 afterwards. The plugin's .mcp.json launches
the server with python3, and a plugin manifest has no way to say "except on
Windows, use this instead". On Windows python3 is either absent or the
Microsoft Store placeholder, so the connector is registered and never starts.
install.ps1 re-registers it against an absolute interpreter path, which is
unambiguous on every platform.
.mcp.json wiring)See SETUP.md for the one-time GCP setup (~45 min for v1, ~5 min incremental to enable Drive/Docs/Sheets for v2).
After setup:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/multi-account-mcp-for-gmail-calendar-drive-docs-and-sheets-61-tools-token)<a href="https://allmcps.com/mcp/multi-account-mcp-for-gmail-calendar-drive-docs-and-sheets-61-tools-token"><img src="https://allmcps.com/api/badge/multi-account-mcp-for-gmail-calendar-drive-docs-and-sheets-61-tools-token?style=directory" alt="Multi Account MCP for Gmail, Calendar, Drive, Docs, and Sheets β 61 tools, token on AllMCPs" /></a>