Back to directory
cablate/mcp-google-gmail

cablate/mcp-google-gmail

@cablate

A powerful Model Context Protocol (MCP) server providing comprehensive Gmail integration with LLM processing capabilities.

gmailemailmcpintegrationtypescriptoauthllmtool

Installation & Configuration

{
  "mcpServers": {
    "gmail": {
      "command": "npx",
      "args": [
        "-y",
        "@cablate/mcp-gmail"
      ],
      "env": {
        "GMAIL_CLIENT_ID": "your_client_id",
        "GMAIL_CLIENT_SECRET": "your_client_secret",
        "GMAIL_REFRESH_TOKEN": "your_refresh_token"
      },
      "enabled": true
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15