Google Workspace MCP
Search emails, read messages, send emails, and manage drafts.
List calendars, create, read, update, delete events, and find free time.
Send messages, read threads, and create spaces.
Read document content, create documents, and insert/replace text.
Search files, download documents, and access metadata.
Read spreadsheet ranges, get metadata, and append data.
Read presentations, extract text, and get metadata.
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 MCPfind my latest emails from Sarah"
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.
@presto-ai/google-workspace-mcp
NPM-distributable Google Workspace MCP server for Claude Desktop, Claude Code CLI, and other MCP clients. Interact with Gmail, Calendar, Drive, Docs, Sheets, Chat, and more through Claude.
Based on gemini-cli-extensions/workspace.
Quick Start
Configure Your MCP Client
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": ["-y", "@presto-ai/google-workspace-mcp"]
}
}
}Then restart Claude Desktop. The MCP server will prompt for authentication on first use.
Claude Code CLI
Edit ~/.claude/config.json:
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": ["-y", "@presto-ai/google-workspace-mcp"]
}
}
}Related MCP server: Google Workspace MCP
Supported Services
Gmail: Search emails, read messages, send emails, create/manage drafts
Google Calendar: List calendars, create/read/update/delete events, find free time
Google Drive: Search files, download documents, access metadata
Google Docs: Read document content, create documents, insert/replace text
Google Sheets: Read spreadsheet ranges, get metadata, append data
Google Chat: Send messages, read threads, create spaces
Google Slides: Read presentations, extract text, get metadata
Google People: Get user profiles, retrieve contact information
Configuration
Environment Variables
# Override credential storage location (optional)
export GOOGLE_WORKSPACE_MCP_HOME=/custom/path/for/credentialsCredential Storage
Credentials are stored in platform-standard locations:
Platform | Location |
macOS |
|
Linux |
|
Windows |
|
Requirements
Node.js 18 or higher
Active Google Account with Google Workspace access
Web browser for OAuth authentication
Troubleshooting
Token refresh errors
Delete the credentials and restart:
rm -rf ~/.config/google-workspace-mcp # macOS/Linux
npx @presto-ai/google-workspace-mcp # Will prompt for re-auth"libsecret" errors on Linux
sudo apt-get install libsecret-1-dev # Debian/Ubuntu
sudo dnf install libsecret-devel # Fedora/RHELLicense
Apache-2.0 - See LICENSE
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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.
Related MCP Connectors
Multiple Google accounts (Gmail, Calendar, Drive, Contacts, Tasks) in one Claude connector.
1Provides tools for searching Google Workspace documentation and much more.
Permissioned access to Gmail, Drive and Calendar via the user's own Google account
Give Claude only the Google Drive files you choose. Every action logged.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables Claude Code to interact with Google Workspace services (Drive, Docs, Sheets, Slides, Forms, Gmail) via OAuth 2.0 authentication and natural language commands.1MIT
- FlicenseNot gradedqualityDmaintenanceEnables interaction with Google Sheets, Docs, Slides, and Drive through a remote MCP server hosted on Cloudflare Workers, with OAuth authentication and Claude-native connect.-
- AlicenseNot gradedqualityDmaintenanceEnables MCP clients like Claude Desktop and Cursor to interact with Google Docs, Sheets, and Drive, providing tools for reading, writing, formatting documents, managing spreadsheets, and searching Drive files.MIT
- AlicenseAqualityBmaintenanceEnables natural language interaction with multiple Google accounts (Gmail, Drive, Calendar) from MCP-compatible clients like Claude.63542MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/jrenaldi79/google-workspace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server