gmail-mcp-server

chloemeadow0-code/gmail-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 3d ago
A standalone Gmail MCP server - send, read, and manage emails via Model Context Protocol
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gmail-mcp-server": {
      "command": "uvx",
      "args": [
        "gmail-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install gmail-mcp-server

README Excerpt

一个独立的 Gmail MCP(模型上下文协议)服务器,让 AI 助手帮你管理 Gmail 邮箱。 | 工具 | 说明 | |------|------------| | `check_inbox` | 查看收件箱,支持 Gmail 搜索语法筛选 | | `read_email` | 根据邮件 ID 读取完整邮件内容 | | `send_email` | 发送新邮件 | | `reply_email` | 回复邮件(自动关联主题、自动标已读) | | `delete_email` | 把邮件移到回收站 | | `search_emails` | 用 Gmail 语法搜索邮件 | 1. 打开 [Google Cloud 控制台](https://console.cloud.google.com/)

Tools (6)

check_inboxdelete_emailread_emailreply_emailsearch_emailssend_email