Google Workspace MCP Server
Allows creating email drafts and sending emails through Gmail.
Allows appending content to Google Docs documents.
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 MCP ServerCreate a Gmail draft to John about the project update"
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 Server
Generic stdio MCP server exposing gmail_create_draft, gmail_send_email, and google_docs_append_content.
Setup
Enable the Gmail API and Google Docs API in a Google Cloud project, then create an OAuth 2.0 desktop client.
Copy
.env.exampleto.env, set the OAuth values, generateGOOGLE_TOKEN_STORE_ENCRYPTION_KEYwithopenssl rand -base64 32, and register the exact redirect URI in Google Cloud.Run
npm run build, thennpm run authorizeand complete browser consent.Run
npm start, or configure an MCP client to executenode /absolute/path/to/mcp-server/build/index.js. VS Code configuration is included in .vscode/mcp.json.
Related MCP server: Google Workspace MCP Server
Commands
npm run build
npm test
npm run authorize
npm startThe server requests only gmail.compose and documents. OAuth tokens, client secrets, email bodies, and document content are excluded from tool results and normal logs. See docs/architecture.md for design and production deployment considerations.
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
Google Docs MCP Pack — read, create, and edit Google Docs via OAuth.
Read and edit GA4, Search Console and Google Tag Manager from any MCP client. 29 tools.
Manage Gmail end-to-end: search, read, send, draft, label, and organize threads. Automate workflow…
Email infrastructure for AI agents — send, receive, search, and reply to email over MCP.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables appending structured content to Google Docs and creating Gmail drafts through an MCP-style interface with human approval.Apache 2.0
- FlicenseBqualityCmaintenanceEnables sending emails, drafting emails, and appending text to Google Docs via MCP tools.3
- AlicenseNot gradedqualityCmaintenanceEnables sending emails and managing drafts in Gmail, and appending content to Google Docs, via MCP-compatible clients.1,895MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to send emails, create drafts in Gmail, and append content to Google Docs via standardized MCP tools.47ISC
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/sugunagottipati/GoogMcpServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server