Google MCP Server
Google MCP サーバー
FastAPI ベースの MCP スタイルのサーバーで、Google Docs および Gmail と統合し、アクションを実行する前にターミナルでの承認を必要とします。
前提条件
Google Cloud Console でプロジェクトを作成します。
以下の API を有効にします:
Google Docs API
Gmail API
OAuth 2.0 クライアント ID 認証情報(デスクトップアプリタイプ)を作成します。
JSON ファイルをダウンロードし、
credentials.jsonにリネームして、このディレクトリ(google-mcp-server/)に配置します。
Related MCP server: Google Docs + Gmail MCP Server
インストール
pip install -r requirements.txtサーバーの実行
python server.py
# or
uvicorn server:app --reload使用方法
Google ドキュメントに追記
/append_to_doc に POST リクエストを送信します:
{
"doc_id": "your_document_id",
"content": "Text to append\n"
}Gmail 下書きを作成
/create_email_draft に POST リクエストを送信します:
{
"to": "example@example.com",
"subject": "Test Draft",
"body": "This is a test email body."
}サーバーはこれらのアクションを実行する前に、ターミナルで承認を求めます。承認するには y と入力して Enter キーを押します。
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 Servers
- Alicense-qualityDmaintenanceA 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
- Alicense-qualityCmaintenanceA 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
- Flicense-qualityCmaintenanceA 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.
- Flicense-qualityCmaintenanceA Python-based MCP server that integrates Google Docs and Gmail, allowing appending text to documents and creating email drafts with terminal approval prompts.
Related MCP Connectors
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for generating rough-draft project plans from natural-language 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