Uses Google OAuth authentication to provide secure access to Apps Script projects and related development tools.
Provides tools to create, manage, edit, and execute Apps Script projects, including script deployment and execution monitoring.
Integrates with Google Cloud projects to manage API permissions and OAuth credentials required for script execution and deployment.
Interacts with the Google Drive API to list and manage script projects stored within the user's account.
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., "@Apps Script MCPlist my script projects and show me the files in 'Email Automation'"
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 Automation MCP
Google Workspace APIs for AI agents — no GCP project required.
Uses clasp for authentication. No GCP console, no OAuth consent screen, no client secrets. Just authenticate and go.
Quick Start
That's it. No GCP project setup. Tokens auto-refresh after initial auth.
Tip: Use the short alias
gmcpafter installing.
Why No GCP Project?
Traditional Google API setup requires:
Create GCP project
Enable APIs
Configure OAuth consent screen
Add test users
Create OAuth credentials
Download client_secret.json
This MCP uses clasp (Google's official Apps Script CLI) which handles OAuth without a GCP project. Same Google authentication, zero configuration.
Security: AI Never Sees Credentials
Direct API | This MCP | |
Credentials | AI handles tokens directly | AI never sees tokens |
API access | Any endpoint | 50 curated tools only |
Audit | Build your own | Every tool call logged |
The MCP acts as a security boundary. Your AI agent calls tools; the MCP handles authentication internally.
MCP Client Configuration
Claude Desktop (One-Click Install):
Download google-automation-mcp.dxt and open it. Claude Desktop will install automatically.
Claude Code (~/.mcp.json):
Claude Desktop (Manual) (claude_desktop_config.json):
Gemini CLI:
Available Tools (50)
Gmail (5)
search_gmail_messages · get_gmail_message · send_gmail_message · list_gmail_labels · modify_gmail_labels
Drive (10)
search_drive_files · list_drive_items · get_drive_file_content · create_drive_file · create_drive_folder · delete_drive_file · trash_drive_file · share_drive_file · list_drive_permissions · remove_drive_permission
Sheets (6)
list_spreadsheets · get_sheet_values · update_sheet_values · append_sheet_values · create_spreadsheet · get_spreadsheet_metadata
Calendar (5)
list_calendars · get_events · create_event · update_event · delete_event
Docs (5)
get_doc_content · search_docs · create_doc · modify_doc_text · append_doc_text
Apps Script (17)
list_script_projects · get_script_project · get_script_content · create_script_project · update_script_content · delete_script_project · run_script_function · create_deployment · list_deployments · update_deployment · delete_deployment · list_versions · create_version · get_version · list_script_processes · get_script_metrics · generate_trigger_code
Auth (2)
start_google_auth · complete_google_auth
Multi-User Support
All tools accept user_google_email for per-user credential isolation:
Credentials stored separately: ~/.secrets/google-automation-mcp/credentials/{email}.json
Apps Script: Extending Google Workspace
Apps Script tools let you deploy code that runs inside Google apps — things REST APIs cannot do:
Capability | Example |
Custom spreadsheet functions |
|
Real-time triggers |
|
Custom menus | Add menu items to Sheets/Docs |
Webhooks |
|
Limitations
run_script_function requires one-time setup per script: Open script at script.google.com → Project Settings → Change GCP project → Deploy as API Executable. Once configured, functions can be called repeatedly. All other tools work without this setup.
API quotas: Google enforces rate limits.
Production: OAuth 2.1
For multi-user deployments requiring your own OAuth credentials:
CLI Reference
Short alias: gmcp (or full name: google-automation-mcp)
Development
Acknowledgments
Built on google_workspace_mcp by Taylor Wilsdon (MIT License).
License
MIT