Gmail MCP
读取、搜索与发送邮件,把收件箱接入 AI 助手。
社区·↓ 640 次安装·29 天前
安装命令
终端
npx -y @gongrzhe/server-gmail-autoauth-mcp在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"gmail": {
"command": "npx",
"args": [
"-y",
"@gongrzhe/server-gmail-autoauth-mcp"
]
}
}
}