gg-mcp
Provides tools for sending emails, creating and listing Gmail labels.
Provides tools for listing upcoming events and creating calendar events.
Provides tools for creating, reading, appending to, searching, and exporting Google Docs.
Provides tools for listing folders and searching files in Google Drive.
Provides tools for creating, reading, updating, appending, searching, clearing, batch updating, adding sheets, and exporting Google Sheets.
Provides tools for creating, reading, adding slides, adding text, searching, deleting slides, and exporting Google Slides.
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., "@gg-mcpshow my upcoming calendar events"
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 Cloud MCP - Google Workspace MCP Server (gg-mcp)
A Model Context Protocol (MCP) server that connects AI agents to Google Workspace: Gmail, Calendar, Drive, Docs, Sheets, and Slides. Built with FastMCP.
# Install and run — that's it
uvx gg-mcp� Table of Contents
Related MCP server: MCP Google Workspace Server
🚀 Quick Start (5 minutes)
Step 1: Get Google OAuth Credentials
Go to Google Cloud Console
Create a project and enable OAuth consent screen (External type)
Add required scopes (Gmail, Drive, Calendar, Docs, Sheets, Slides)
Create OAuth 2.0 Desktop app credentials
Copy Client ID and Client Secret
Step 2: Install & Run
export GOOGLE_CLIENT_ID="your-client-id.apps.googleusercontent.com"
export GOOGLE_CLIENT_SECRET="your-client-secret"
uvx gg-mcpYou'll see:
============================================================
🔐 GOOGLE ACCOUNT AUTHENTICATION
📱 Open your browser: http://localhost:3838
============================================================Open http://localhost:3838 → "Authorize with Google" → Grant permissions ✅
Step 3: Configure MCP Client
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"gg-mcp": {
"command": "uvx",
"args": ["gg-mcp"],
"env": {
"GOOGLE_CLIENT_ID": "your-client-id.apps.googleusercontent.com",
"GOOGLE_CLIENT_SECRET": "your-client-secret"
}
}
}
}Restart Claude Desktop and the tools are ready to use! 🎉
📋 Available Tools (30+)
Account
get_account_info- Get the email of the authenticated Google account
Gmail
send_email- Send an email (to, subject, body)create_gmail_label- Create a new Gmail labellist_gmail_labels- List all user-created labels
Google Calendar
list_calendar_events- List upcoming events (max_results, days_back)create_calendar_event- Create an event (summary, start_time, end_time)
Google Drive
list_drive_folders- List all folders in Google Drive (root or specific parent)search_drive- Search files by query string
Google Docs
create_document- Create a new document with optional textget_document- Get the full text content of a documentappend_to_document- Append text to document endsearch_documents- Search for documents in Driveexport_document- Export document (text, html, pdf, docx)
Google Sheets
create_spreadsheet- Create a new spreadsheetread_spreadsheet- Read data from a rangeupdate_spreadsheet- Update cells with JSON 2D arrayappend_to_spreadsheet- Append rows to spreadsheetsearch_spreadsheets- Search for spreadsheets in Driveget_spreadsheet_info- Get metadata and dimensionsclear_spreadsheet_range- Clear all values in a rangebatch_update_spreadsheet- Batch update multiple rangesadd_sheet- Add a new sheet/tabexport_spreadsheet- Export (csv, xlsx, pdf, tsv)
Google Slides
create_presentation- Create a new presentationget_presentation- Get slide metadata and contentadd_slide- Add a new slide with layout selectionadd_text_to_slide- Add a text box to slidesearch_presentations- Search for presentationsdelete_slide- Delete a slide by indexexport_presentation- Export (pdf, pptx, txt)
🚀 Quick Start (5 minutes)
Step 1: Get Google OAuth Credentials
Go to Google Cloud Console
Create a project and enable OAuth consent screen (External type)
Add required scopes (Gmail, Drive, Calendar, Docs, Sheets, Slides)
Create OAuth 2.0 Desktop app credentials
Copy Client ID and Client Secret
Step 2: Install & Run
export GOOGLE_CLIENT_ID="your-client-id.apps.googleusercontent.com"
export GOOGLE_CLIENT_SECRET="your-client-secret"
uvx gg-mcpYou'll see:
============================================================
🔐 GOOGLE ACCOUNT AUTHENTICATION
📱 Open your browser: http://localhost:3838
============================================================Open http://localhost:3838 → "Authorize with Google" → Grant permissions ✅
Step 3: Configure MCP Client
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"gg-mcp": {
"command": "uvx",
"args": ["gg-mcp"],
"env": {
"GOOGLE_CLIENT_ID": "your-client-id.apps.googleusercontent.com",
"GOOGLE_CLIENT_SECRET": "your-client-secret"
}
}
}
}📦 Installation Options
Option A: PyPI (Recommended)
pip install gg-mcp
export GOOGLE_CLIENT_ID="..."
export GOOGLE_CLIENT_SECRET="..."
gg-mcpOption B: From Source
git clone https://github.com/tannht/google-cloud-mcp.git
cd google-cloud-mcp
uv sync
export GOOGLE_CLIENT_ID="..."
export GOOGLE_CLIENT_SECRET="..."
uv run main.pyOption C: Docker
git clone https://github.com/tannht/google-cloud-mcp.git
cd google-cloud-mcp
docker-compose up -d --build🔑 Environment Variables
Variable | Required | Default | Purpose |
| Yes | — | OAuth 2.0 Client ID |
| Yes | — | OAuth 2.0 Client Secret |
| No |
| Token file path |
| No | — | Token as JSON string |
| No |
| Auth portal port |
❓ Troubleshooting
Problem | Solution |
| Add your email to Test users in OAuth consent screen |
| Verify GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET |
| Delete |
Can't access http://localhost:3838 | Port 3838 in use. Try |
| Enable APIs in Google Cloud Console |
📚 Documentation
GUIDE.md - Complete user & developer guide
MCP_CLIENTS.md - 25+ MCP client configurations
🛠️ Development
git clone https://github.com/tannht/google-cloud-mcp.git
cd google-cloud-mcp
uv sync --group dev
uv run pytest -v # Run tests📄 License
MIT
👥 Contributors
Hoang Tan (Owner)
PubPug Assistant (Primary Developer)
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
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/tannht/google-cloud-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server