Back to Home
0xRaduan icon

gmail-mcp

Verified Safe

by 0xRaduan

Overview

Manages Gmail operations, including sending, reading, searching, managing labels, and filters, through natural language interactions for AI assistants like Claude Desktop.

Installation

Run Command
npx @gongrzhe/server-gmail-autoauth-mcp

Environment Variables

  • GMAIL_OAUTH_PATH
  • GMAIL_CREDENTIALS_PATH

Security Notes

The server follows good practices for handling OAuth credentials by storing them in a dedicated, non-version-controlled directory (~/.gmail-mcp/). It does not use `eval` on user-supplied input or contain obvious malicious patterns. The OAuth flow involves a local HTTP server on port 3000, which is standard for desktop applications and not inherently a risk if properly secured, but could conflict with other services. Attachment handling processes files locally without permanent server storage. Overall, it demonstrates robust security considerations for its intended use.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-12

Tags

GmailEmail AutomationMCP ServerAI AssistantGoogle API