Gmail Mcp Client Server
@karimdabbouz
Gmail Mcp Client Server について
MCP client and server to hook up Claude to Gmail.
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Gmail Mcp Client Server?
The Gmail Mcp Client Server is an MCP server that integrates with Gmail using OAuth authentication. It requires manual browser-based authentication to access a Gmail account. Designed for developers who need to connect MCP clients to Gmail.
How to use Gmail Mcp Client Server?
Run server.py once as a standalone script with a credentials.json file next to it. Authenticate via your browser; after success, the session is saved as token.pickle. Then use client.py to start the client and server with that pickle file. Obtain credentials.json from the Google Cloud Console using the linked guide.
Key features of Gmail Mcp Client Server
- Manual OAuth authentication via browser
- Session persists as a
token.picklefile - Separate authentication and runtime scripts
Use cases of Gmail Mcp Client Server
- —
FAQ from Gmail Mcp Client Server
How do I obtain the required credentials file?
Follow the Google Gmail API guide at https://developers.google.com/gmail/api/quickstart/python to generate a credentials.json file.
Where is the authentication session saved?
After browser authentication, the session is saved as token.pickle in the root directory of the project.
Do I need to authenticate every time I start the server?
No, the token.pickle file stores the session; reuse it to skip re-authentication on subsequent runs.
Which files are required to run the server?
You need credentials.json (obtained once) and token.pickle (generated after first auth). The server provides server.py and client.py.
「コミュニケーション」の他のコンテンツ
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
WhatsApp MCP Server (TypeScript/Baileys)
jlucaso1WhatsApp MCP Server (TypeScript/Baileys)
feishu-tools-mcp
Li-vienMCP server provides Feishu related operations to AI encoding agents such as cursor 飞书MCP插件,读取文档、发送消息、合同审批、数据处理.....
Twilio MCP Monorepo
twilio-labsMonorepo providing 1) OpenAPI to MCP Tool generator 2) Exposing all of Twilio's API as MCP Tools
MCP Headless Gmail Server
baryhuangA MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.
コメント