62
/ 100
1 month ago
glama

Gmail MCP Server

Enables intelligent integration with Gmail and Google Calendar for context-aware email analysis, advanced searching, and personalized response drafting. It supports natural language interactions for managing communication history, detecting events in emails, and creating calendar entries.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: GOOGLE_CLIENT_SECRET, TOKEN_ENCRYPTION_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configGOOGLE_CLIENT_ID"": "<your-client-id>",
🔐 secretGOOGLE_CLIENT_SECRET"": "<your-client-secret>",
configGOOGLE_REDIRECT_URI
configMCP_SERVER_NAME
configCONFIG_FILE_PATH"": "/<absolute-path>/gmail-mcp/config.yaml",
🔐 secretTOKEN_ENCRYPTION_KEY"": "<generate-a-random-key>"
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/bastienchabal-gmail-mcp-1ww0nw)](https://m8ven.ai/mcp/bastienchabal-gmail-mcp-1ww0nw)
commit: 31a59a2e9ac651d23ffd63ba86e4dd7cb56c85c4
code hash: ad71657ad8c8143f158f20724438057721688e382c02c511d899f5c30424e370
verified: 6/17/2026, 12:15:30 PM
view raw JSON →