Google Workspace MCP
Provides tools to interact with Google Docs, including listing, searching, creating, reading, updating documents, inserting/replacing text, and sharing.
Supports Google Drive operations for listing, reading, writing, management, and sharing of files, with file operations integrated into the Sheets, Docs, and Slides tools.
Provides tools to interact with Google Sheets, including listing, creating, reading, writing, managing spreadsheets and sheets, updating cells, adding rows/columns, and sharing.
Provides tools to interact with Google Slides, including listing, searching, creating, reading, updating presentations, creating slides, inserting/replacing text, and sharing.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Google Workspace MCPList all spreadsheets in my Google Drive."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Google Workspace MCP on Cloudflare Workers
Cloudflare Workers-hosted remote MCP server with Claude-native OAuth connect and Google Sheets, Docs, Slides, and Drive tools.
This project is built from the Cloudflare Workers MCP template and implements a Workers-native Google Sheets MCP toolset inspired by xing5/mcp-google-sheets.
Features
Remote MCP endpoint on Cloudflare Workers (
/mcp).Native Claude
ConnectOAuth flow.Per-user Google OAuth flow behind Claude auth (persistent across sessions).
Google Sheets, Docs, Slides, and Drive operations (listing, reading, writing, management, sharing).
Related MCP server: Google Workspace MCP
Prerequisites
Cloudflare account + Wrangler configured.
Google Cloud project with:
Google Sheets API enabled
Google Docs API enabled
Google Slides API enabled
Google Drive API enabled
OAuth 2.0 credentials (Web application) in Google Cloud.
Environment and Secrets
Set these secrets:
wrangler secret put GOOGLE_OAUTH_CLIENT_ID
wrangler secret put GOOGLE_OAUTH_CLIENT_SECRET
wrangler secret put GOOGLE_OAUTH_REDIRECT_URIGOOGLE_OAUTH_REDIRECT_URI must be:
https://<your-worker-domain>/callbackAlso configure GOOGLE_AUTH_KV namespace in wrangler.jsonc.
Local Development
npm install
npm run devMCP endpoint:
http://localhost:8787/mcpDeployment
npm run deployDeployed endpoints:
https://<worker-domain>/mcphttps://<worker-domain>/authorizehttps://<worker-domain>/oauth/tokenhttps://<worker-domain>/oauth/registerhttps://<worker-domain>/callback
Claude Cowork / mcp-remote Setup
Example MCP config:
{
"mcpServers": {
"google-sheets-remote": {
"command": "npx",
"args": ["mcp-remote", "https://<worker-domain>/mcp"]
}
}
}Authentication Flow
Add the MCP URL to Claude via
mcp-remote.Claude shows
Connect.User completes OAuth + Google consent in browser.
Claude stores MCP auth token, and the worker stores Google refresh token by user identity.
Tools work without passing a
session_token.
Tool Coverage
Implemented tools:
Sheets (new prefixed names + legacy aliases)
sheets_list_spreadsheets,sheets_create_spreadsheet,sheets_list_sheets,sheets_get_sheet_data,sheets_update_cells,sheets_batch_update_cells,sheets_batch_update,sheets_add_rows,sheets_add_columns,sheets_create_sheet,sheets_rename_sheet,sheets_copy_sheet,sheets_search_spreadsheets,sheets_find_in_spreadsheet,sheets_get_multiple_sheet_data,sheets_get_multiple_spreadsheet_summary,sheets_share_spreadsheet,sheets_add_chart
Legacy unprefixed sheets tool names are still registered for compatibility.Docs
docs_list_documents,docs_search_documents,docs_create_document,docs_get_document,docs_batch_update,docs_insert_text,docs_replace_all_text,docs_share_document,docs_get_multiple_document_summarySlides
slides_list_presentations,slides_search_presentations,slides_create_presentation,slides_get_presentation,slides_batch_update,slides_create_slide,slides_insert_text,slides_replace_all_text,slides_share_presentation,slides_get_multiple_presentation_summary
Notes
Tool schemas no longer require
session_token; user context is resolved from MCP auth.Google access tokens are refreshed automatically when refresh tokens are available.
Ensure OAuth consent screen + redirect URI are configured exactly in Google Cloud.
OAuth consent should include scopes for Sheets, Docs, Slides, and Drive access.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/garethmorgans/google-sheets-remote-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server