Back to Home
VatsKan icon

mcp-gmail-server

Verified Safe

by VatsKan

Overview

Provides a Model Context Protocol (MCP) server to allow AI agents to read unread emails and create draft email replies in Gmail.

Installation

Run Command
uv run -m src.mcp_server_gmail

Security Notes

The server uses standard Google API client libraries and limited OAuth scopes (`gmail.readonly`, `gmail.compose`). There are no direct uses of `eval` or other obvious malicious patterns. The README provides clear instructions to avoid committing sensitive OAuth credentials (`client_secret_oauth_gcp.json`, `token.json`) to source control, which is crucial for security. The primary security considerations involve the user's secure handling of these local credentials and the inherent risks of granting an AI agent access to email content and drafting capabilities.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens250
Stars0
Forks0
Last Update2025-12-13

Tags

GmailEmail AutomationMCPGoogle APIAI Agent Tool