Skip to main content
Glama

Gmail MCP 服务器

强大的模型上下文协议 (MCP) 服务器提供具有 LLM 处理功能的全面 Gmail 集成。

特征

电子邮件管理

  • 阅读和搜索电子邮件

  • 处理各种格式的电子邮件内容

  • 高级电子邮件过滤

  • 附件处理

Related MCP server: Gmail MCP Server

Dive Desktop 上的演示

Gmail 演示

安装

手动安装

npm install -g @cablate/mcp-gmail

用法

命令行界面

map-gmail

使用Dive Desktop

  1. 在 Dive Desktop 中点击“+ 添加 MCP 服务器”

  2. 复制并粘贴此配置:

{ "mcpServers": { "gmail": { "command": "npx", "args": ["-y", "@cablate/mcp-gmail"], "env": { "GMAIL_CLIENT_ID": "your_client_id", "GMAIL_CLIENT_SECRET": "your_client_secret", "GMAIL_REFRESH_TOKEN": "your_refresh_token" }, "enabled": true } } }
  1. 点击“保存”安装 MCP 服务器

Gmail API 身份验证设置

有关设置 Gmail API 身份验证和获取必要凭据的详细说明,请参阅我们的Gmail API 设置指南

执照

麻省理工学院

贡献

欢迎社区参与和贡献!贡献方式如下:

  • ⭐️ 如果您觉得有用,请为项目加星标

  • 🐛 提交问题:报告问题或提供建议

  • 🔧 创建 Pull 请求:提交代码改进

接触

如果您有任何问题或建议,请随时联系我们:

-
security - not tested
A
license - permissive license
-
quality - not tested

Latest Blog Posts

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/cablate/mcp-google-gmail'

If you have feedback or need assistance with the MCP directory API, please join our Discord server