TC
ToolCompared
MCP Server

Gmail MCP MCP Server

by Google

Search threads, draft replies, and label messages.

OfficialTypeScriptCommunication

About Gmail MCP

Gmail MCP server with OAuth scopes for searching threads, creating drafts, applying labels, and responding without sending until confirmed.

Tags

emailinboxdrafts

How to install Gmail MCP

Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.

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

Example shape only — see the docs for the canonical install command.

Related MCP servers in Communication