HomeCommunication › Gmail-MCP-Server

Gmail-MCP-Server

Lean Gmail MCP server with auto authentication support

TypeScript
★ 244 stars Last pushed 2026-09-11 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.2.3)

npx -y @artymclabin/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "gmail-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@artymclabin/[email protected]"
      ],
      "env": {
        "GMAIL_OAUTH_PATH": "<YOUR_VALUE>",
        "GMAIL_CREDENTIALS_PATH": "<YOUR_VALUE>"
      }
    }
  }
}
  • GMAIL_OAUTH_PATH — Optional override for the OAuth client keys file path (defaults to ~/.gmail-mcp/gcp-oauth.keys.json)
  • GMAIL_CREDENTIALS_PATH — Optional override for the stored credentials file path (defaults to ~/.gmail-mcp/credentials.json)

Related servers

Data from the Official MCP Registry