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 服务器
MCP Teams Server
InditexTechAn MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members.
mcp-email-server
ai-zerolabIMAP and SMTP via MCP Server
MCP Headless Gmail Server
baryhuangA MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.
Email sending MCP 💌
resendThe official MCP server to send emails and interact with Resend
Twilio MCP Monorepo
twilio-labsMonorepo providing 1) OpenAPI to MCP Tool generator 2) Exposing all of Twilio's API as MCP Tools
评论