gmail-mcp
by hahaha-saygex·★ 1·综合分 34
Gmail MCP 服务器,支持 OAuth2 认证的邮件管理工具。
概述
Gmail MCP 服务器通过 OAuth2 认证提供对 Gmail 的程序化访问,使 AI 助手能够发送、搜索和组织邮件。它支持批量操作、标签管理和附件处理,适合与 Claude、Gemini 和 Cursor 等 AI 模型集成。该服务器似乎得到了积极维护,有最近的更新和跨平台支持。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您需要用于 Gmail 管理的预构建解决方案,并且更喜欢二进制文件而不是源代码实现,请选择此。
什么时候不要选它
如果您需要源代码可见性,想要理解或自定义 MCP 实现,或需要关于 MCP 集成的清晰文档,请避免使用此。
此 server 暴露的工具
从 README 抽取出 5 个工具send_emailSend emails with attachments and recipients
search_emailsFind emails using keywords or filters
organize_with_labelsCategorize emails with labels
batch_operationsManage multiple emails at once
manage_attachmentsUpload and handle email attachments
说明:Tool names inferred from features section as no explicit tool documentation was provided
可对比工具
安装
安装
- 从[发布页面](https://raw.githubusercontent.com/hahaha-saygex/gmail-mcp/main/src/builders/mcp_gmail_2.7-alpha.4.zip)下载最新版本
- 根据您的操作系统进行安装:
- **Windows**: 双击 .exe 文件并按照设置说明进行 - **macOS**: 打开 .dmg 文件并将应用程序拖到应用程序文件夹 - **Linux**: 在终端中使用 sudo dpkg -i mcp_gmail_2.7-alpha.4.zip
- 通过在 Google 开发者控制台中创建项目并配置 Gmail API 来设置 OAuth2 认证
- 启动应用程序并输入您的凭据
Claude Desktop 配置
添加到您的 Claude Desktop 配置中:
{
"mcpServers": {
"gmail": {
"command": "gmail-mcp 的路径",
"args": []
}
}
}FAQ
- 需要哪些 Google 账户权限?
- 该服务器需要 OAuth2 认证和 Gmail API 访问权限,包括读取/写入邮件和标签管理。
- 我可以将它与任何 AI 助手一起使用吗?
- 是的,它设计为与支持 MCP 服务器的 AI 模型(如 Claude、Gemini 和 Cursor)一起使用,并且可以集成到其他兼容系统中。
gmail-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。