Skip to content

Gmail

Free

by MCP Community

A Model Context Protocol (MCP) server for Gmail integration

v0.3.2Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Gmail MCP Server

A Model Context Protocol (MCP) server for Gmail integration

Installation

npx -y @sowonai/mcp-gmail

Reviews

Leave a Review

Installation

Quick install
npx -y @sowonai/mcp-gmail
Add to claude_desktop_config.json
{
  "mcpServers": {
    "gmail": {
      "command": "npx",
      "args": ["-y", "@sowonai/mcp-gmail"]
    }
  }
}