mcp-gmail

mcp-z/mcp-gmail
★ 2 stars TypeScript Security Updated today
MCP server for Gmail integration with OAuth authentication, message search, batch operations, and Google Sheets export
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-gmail": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-z/mcp-gmail"
      ]
    }
  }
}

README Excerpt

Docs: https://mcp-z.github.io/mcp-gmail Gmail MCP server for searching, reading, and sending mail over MCP. - Search and read messages - Send and reply to emails - Manage labels and export messages to CSV MCP supports stdio and HTTP. **Stdio** ```json { "mcpServers": { "gmail": { "command": "npx", "args": ["-y", "@mcp-z/mcp-gmail"]