Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’¬ Communication
  3. Grounders MCP
Grounders MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 5:33:00 PM

Grounders MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Multiple Google accounts (Gmail, Calendar, Drive, Contacts, Tasks) in one Claude connector.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "grounders-mcp": {
      "url": "https://modelcontextprotocol.io"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’¬ More in Communication

Documentation Overview

Google Multi-Account Connector

A remote MCP server that gives Claude access to several Google accounts at once β€” Gmail, Calendar, Drive, Contacts and Tasks. Claude's built-in Google connectors each hold exactly one account; connecting a second replaces the first. This holds as many as you link, and every search tool fans out across all of them in a single call.

You run it yourself. It holds your Google tokens in your own database, encrypted, and talks to Google directly β€” nothing passes through a third party.

Node and Postgres, four tables, and no dependencies beyond Express, pg and jsonwebtoken. Document text extraction β€” PDF, Word, Excel, PowerPoint, OpenDocument β€” uses only Node's standard library.

Status: running in production against real mailboxes, with 435 automated checks. Built for one person's needs and published because the one-account limit is not unique to them. Treat it as working software with a small user base, not as a hardened product.

Quick start

bash
git clone https://github.com/ItsBreeze/google-multi-account-mcp.git
cd google-multi-account-mcp
npm install
cp .env.example .env      # fill it in β€” see Setup below
npm run migrate           # creates the four tables
npm start

Then deploy it somewhere with a public HTTPS URL (Railway, Fly, Render, a VPS β€” anything that runs Node and reaches Postgres) and follow Setup.

Endpoints

MethodPathDescription
POST/mcpMCP Streamable HTTP endpoint (Bearer auth)
GET/mcp/oauth/authorizeConsent screen β€” operator password
POST/mcp/oauth/tokenToken + refresh grants
POST/mcp/oauth/registerRFC 7591 dynamic client registration
GET/.well-known/oauth-protected-resourceRFC 9728 discovery
GET/.well-known/oauth-authorization-serverRFC 8414 discovery
GET/gmail/connectLink an account (repeat per account)
POST/gmail/unlinkUnlink one, revoking the grant at Google

Tools (54)

Every tool takes an optional account. On a search, omitting it fans the call out across every linked account and merges the results β€” the thing no single-account connector can do. On a write it names the one account to act on, so "create this event" is never ambiguous about whose calendar it lands in.

Gmail (23)

AreaToolsNotes
Accountslist_accountsWhich accounts are linked, with token health
Searchsearch_messages, search_threadsGmail query syntax, merged and date-sorted across accounts. search_threads returns one row per conversation β€” subject, every participant, message and unread counts, last activity β€” for "where does my thread with X stand" without pulling bodies
Readget_message, get_thread, get_attachmentBodies flattened to text and capped at 60 KB; attachment metadata included. get_attachment extracts text from PDF, Word, Excel, PowerPoint and OpenDocument attachments, so an emailed contract or invoice is readable directly; anything else comes back base64 (2 MB cap)
Sendsend_message, reply_to_message, forward_messageReplies thread via In-Reply-To/References; forwards carry attachments (10 MB cap, skipped ones named)
Draftscreate_draft, list_drafts, get_draft, update_draft, send_draft, delete_draftcreate_draft with reply_to_message_id drafts an in-thread reply for review β€” the safe path for AI-written mail
Labelsmodify_labels, list_labels, create_label, update_label, delete_labelmodify_labels takes message_id or thread_id; removing INBOX archives
Trash & spamtrash_message, untrash_message, mark_spamAll take message_id or thread_id; trash is recoverable for 30 days; mark_spam with unmark: true restores

Calendar (9)

AreaToolsNotes
Readlist_calendars, list_events, search_events, get_eventlist_events merges every linked calendar into one timeline, defaulting to the next 7 days; recurring series are expanded into actual occurrences, so a weekly standup appears on each day it happens
Writecreate_event, update_event, delete_eventTimes are ISO 8601; a bare YYYY-MM-DD means all-day. update_event patches β€” unmentioned fields keep their value. Attendees are not emailed unless send_updates says so
Repeatscreate_event, update_event, delete_eventrepeat: "weekly" (with repeat_count or repeat_until) covers the ordinary cases; recurrence takes full RFC 5545 rules. On a repeating event, scope chooses one occurrence or the whole series β€” see below
RSVPrespond_to_eventaccepted / declined / tentative, as the account that was invited; notifies the organiser by default
Schedulingsuggest_timeFree slots across every linked calendar at once β€” busy anywhere means busy. Returns whole gaps rather than chopping a 3-hour opening into six half-hour slots

Drive (15)

AreaToolsNotes
Findsearch_files, list_recent_files, get_file_metadata, list_shared_drivesText search over names and contents, with optional raw Drive query syntax in filter. Covers My Drive and every shared drive at once; drive_id narrows to one. Trashed files excluded unless you ask for them
Readread_file_content, download_file_contentDocs, Sheets and Slides exported (Sheets as CSV); PDF, Word, Excel, PowerPoint and OpenDocument extracted to text; ocr: true routes scans and images through Google's own conversion; include_comments returns the comment threads. download_file_content takes export_as β€” turn a Doc into a PDF or docx, a Sheet into xlsx. Text caps at 60 KB, binaries at 2 MB base64
Writecreate_file, update_file, copy_fileText via content, binary via content_base64. convert_to makes Drive convert the upload into an editable Doc, Sheet or Slides β€” or a folder. update_file renames, moves and describes; overwriting contents additionally needs replace_content: true. On a file you do not own it edits a private copy β€” see below
Commentcomment_on_fileLeave a comment on a draft, or reply to a thread β€” the review path that changes nothing in the document
Sharingget_file_permissions, share_file, unshare_fileShares with one named person at reader/commenter/writer. Domain-wide and public-link sharing are off unless DRIVE_ALLOW_PUBLIC_SHARING=true, and then still need confirm_public. unshare_file withdraws access β€” by person, by domain, or by removing the public link
Removetrash_file, untrash_fileTrash and restore, within the 30-day window β€” see the scope note below

Contacts (2) and Tasks (5)

AreaToolsNotes
Contactssearch_contacts, list_contactsRead-only. Searches saved contacts and people the account has corresponded with, so "email Ann" resolves to an address instead of a guess
Taskslist_task_lists, list_tasks, create_task, update_task, delete_tasklist_id defaults to the account's first list. update_task with completed: true ticks a task off; false reopens it. Google Tasks has no trash, so delete_task is permanent

Document text extraction

read_file_content and get_attachment both return text for PDF, Word, Excel, PowerPoint and OpenDocument files, using only Node's standard library β€” no parsing dependency to vendor, audit or keep current.

FormatHowNotes
.docx / .odtZIP + XMLParagraphs, tabs and line breaks preserved; styles and revision marks dropped
.xlsx / .odsZIP + XMLOne CSV block per sheet, named from the workbook relationships. Cells are placed by column letter, so a gap stays a gap
.pptx / .odpZIP + XMLOne block per slide, in presentation order
.pdfContent-stream parsingFlate, ASCII85 and ASCIIHex filter chains; literal, hex and octal strings; positioning operators become line breaks

Where it stops, and what happens then. Two kinds of PDF have no text to extract: a scan, which is a picture of a page, and one whose fonts are CID-keyed or subset, where the bytes in the content stream are glyph numbers that need the font's own tables to become letters. Both would decode into confident-looking nonsense, so the result is scored for readability and refused rather than returned β€” the refusal names the cause and points at the fix.

That fix is ocr: true on read_file_content, which copies the file as a Google Doc (Drive runs OCR during that conversion), exports the text, and deletes the copy in a finally block. It reads scans, photographs and images. Two things worth knowing: it is the one place this server writes to Drive during a read, and that delete is the only permanent delete in the whole server β€” its target is a file created seconds earlier by that same call, never anything the user put there. If the cleanup itself fails, the result says so and names the file.

Extraction is capped at 60 KB like every other body, with the cut flagged.

Shared drives

A shared drive is owned by an organisation rather than by a person, which is where a company's actual documents live. Drive's own default hides them: a files.list without corpora=allDrives searches only My Drive and files shared directly with the account, and a request naming a file inside a shared drive comes back 404 File not found unless it carries supportsAllDrives β€” an error that reads as a wrong id rather than as a missing capability.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Communication View all alternatives
  • Google Workspace logoGoogle Workspace

    Give AI agents access to Gmail, Calendar, Drive, and more β€” multi-account, manifest-driven

    πŸ’¬ Communication0 views
    Compare vs Google Workspace β†’
  • Multi Gmail MCP logoMulti Gmail MCP

    Manage multiple Gmail accounts in Claude Desktop β€” search, send, reply, draft, and organize.

    πŸ’¬ Communication0 views
    Compare vs Multi Gmail MCP β†’
  • Outlook MCP logoOutlook MCP

    Microsoft Outlook MCP server β€” 20 tools for email, calendar, contacts, and settings via Graph API.

    πŸ’¬ Communication0 views
    Compare vs Outlook MCP β†’
  • ScopeGate logoScopeGate

    Granular permission gateway for MCP agents. Per-agent scopes for Google Drive, Gmail, Calendar.

    πŸ’¬ Communication2 views
    Compare vs ScopeGate β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Grounders MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "grounders-mcp": { "command": "npx", "args": ["-y", "Grounders MCP"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGrounders MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/grounders-mcp?style=directory)](https://allmcps.com/mcp/grounders-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/grounders-mcp"><img src="https://allmcps.com/api/badge/grounders-mcp?style=directory" alt="Grounders MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’¬Communication
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’¬ Communication β†’Best MCP servers for Slack & Communication β†’Alternatives to Grounders MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code