Skip to content
Cline

Gmail MCP Server for Cline

io.github.artymclabin/gmail-mcp-server

Lean Gmail MCP server with auto authentication support

client:Cline transport:stdio runtime:npm

Install Gmail MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gmail-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@artymclabin/gmail-mcp"
      ],
      "env": {
        "GMAIL_OAUTH_PATH": "<GMAIL_OAUTH_PATH>",
        "GMAIL_CREDENTIALS_PATH": "<GMAIL_CREDENTIALS_PATH>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Gmail MCP Server in other clients