Gmail Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Gmail Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
MCP server for Gmail integration with Claude Code.
credentials.json and place in this foldercd D:\Projects\gmail-mcp
pip install -r requirements.txtRun once to authorize:
python server.pyThis will open a browser for OAuth consent. After authorizing, a token.json file is created.
Add to your MCP settings (%APPDATA%\Claude\claude_desktop_config.json or VS Code settings):
{
"mcpServers": {
"gmail": {
"command": "python",
"args": ["D:\\Projects\\gmail-mcp\\server.py"]
}
}
}| Tool | Description |
|---|---|
get_todays_emails | Get all emails from today |
get_emails | Get emails with optional search query |
get_email | Get full email by ID |
search_emails | Advanced email search |
mark_as_read | Mark emails as read |
send_email | Send an email |
get_labels | List Gmail labels |
Do not commit these files:
credentials.json - OAuth client credentialstoken.json - Your auth token~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.