Google MCP Server
Provides integration with Gmail to create email drafts.
Provides integration with Google Docs to append content to 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 MCP Servercreate a draft email to john@example.com with the subject 'Meeting Notes' and body 'Please find the meeting notes attached'"
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 MCP Server
A FastAPI-based MCP-style server that integrates with Google Docs and Gmail, requiring terminal approval before executing any action.
Prerequisites
Create a project in the Google Cloud Console.
Enable the following APIs:
Google Docs API
Gmail API
Create OAuth 2.0 Client ID credentials (Desktop app type).
Download the JSON file, rename it to
credentials.json, and place it in this directory (google-mcp-server/).
Related MCP server: Google Docs + Gmail MCP Server
Installation
pip install -r requirements.txtRunning the Server
python server.py
# or
uvicorn server:app --reloadUsage
Append to Google Doc
Send a POST request to /append_to_doc:
{
"doc_id": "your_document_id",
"content": "Text to append\n"
}Create Gmail Draft
Send a POST request to /create_email_draft:
{
"to": "example@example.com",
"subject": "Test Draft",
"body": "This is a test email body."
}The server will prompt for your approval in the terminal before executing any of these actions. Type y and press Enter to approve.
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
MCP server connecting AI agents to 100+ apps (Gmail, Slack, Notion, GitHub) via one-click OAuth.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA lightweight MCP-style server integrating Google Docs and Gmail, enabling AI to append structured content to documents and create email drafts with human-in-the-loop approval.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceA lightweight MCP server that integrates with Google Docs and Gmail, allowing AI workflows to append to Google Docs and create Gmail drafts with human approval.Apache 2.0
- FlicenseNot gradedqualityCmaintenanceA Python FastAPI server that exposes Google Docs and Gmail tools with terminal-based approval before each action. Allows appending to Google Docs and creating Gmail drafts.-
- FlicenseNot gradedqualityCmaintenanceA Python-based MCP server that integrates Google Docs and Gmail, allowing appending text to documents and creating email drafts with terminal approval prompts.-
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/urmi123-ui/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server