74
/ 100
23 days ago
glama

Google Calendar MCP Server

Enables AI assistants to create and manage Google Calendar events with OAuth2 authentication, supporting event creation with titles, descriptions, times, attendees, and alerts.

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, GOOGLE_REFRESH_TOKEN
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_google_client_id",
🔐 secretGOOGLE_CLIENT_SECRET"": "your_google_client_secret",
🔐 secretGOOGLE_REFRESH_TOKEN"": "your_google_refresh_token"
configMCP_IDLE_TIMEOUT_MS
configMCP_LOG_LEVEL
// 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 2 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/tobedoit-gcalendar-mcp-16kw7i)](https://m8ven.ai/mcp/tobedoit-gcalendar-mcp-16kw7i)
commit: 8abac0baaf68b3c72736e62e1691ef202eecff28
code hash: 662290c33c554ef98b6421080368178bf6aa5cd6f9fc513b81d4d9540aea353d
verified: 6/18/2026, 11:09:21 AM
view raw JSON →
Google Calendar MCP Server · M8ven Trust Score | M8ven