CursorPool
← 返回 MCP 列表
Gmail MCP

Gmail MCP

读取、搜索与发送邮件,把收件箱接入 AI 助手。

社区·640 次安装·29 天前
↓ 添加到 Cursor

安装命令

终端
npx -y @gongrzhe/server-gmail-autoauth-mcp

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "gmail": {
      "command": "npx",
      "args": [
        "-y",
        "@gongrzhe/server-gmail-autoauth-mcp"
      ]
    }
  }
}