0
/ 100
1 month ago
glama

Gmail MCP Server

Enables AI agents to manage Gmail through natural language, including search, read, send, label, and draft operations via the Model Context Protocol.

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
🚨
Reads files from sensitive locations
Touches: credentials, credentials
🔐
You'll be asked for 3 credentials: AZURE_OPENAI_API_KEY, GOOGLE_REFRESH_TOKEN, GOOGLE_CLIENT_SECRET
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.
configAZURE_OPENAI_ENDPOINT
🔐 secretAZURE_OPENAI_API_KEYyour_actual_api_key_here
configAZURE_OPENAI_DEPLOYMENT_NAMEgpt-4-mini
🔐 secretGOOGLE_REFRESH_TOKENyour_refresh_token
configGOOGLE_CLIENT_IDyour_client_id
🔐 secretGOOGLE_CLIENT_SECRETyour_client_secret
configGOOGLE_REDIRECT_URI
configMCP_TRANSPORT
configPORT
// 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/techvest-global-mcp-gmail-ai-integration-19bb4c)](https://m8ven.ai/mcp/techvest-global-mcp-gmail-ai-integration-19bb4c)
commit: a86061fb6cf24837dbe7b9d126d972eacdd3b55d
code hash: 940bc2664c322295d19ca14d3156caf1570dafa0c76aa566115d48cfb2a6fd97
verified: 6/24/2026, 10:29:58 AM
view raw JSON →