0
/ 100
1 month ago
glama

calendar-pa

Google Calendar MCP server with natural language scheduling, conflict detection, smart slot finding, complex recurring events, and a Telegram bot interface. Self-hosted, works with Claude Desktop and any MCP-compatible client.

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_FILE
🔐
You'll be asked for 2 credentials: TELEGRAM_BOT_TOKEN, ANTHROPIC_API_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.
configCREDENTIALS_FILE/absolute/path/to/calendar-pa/credentials.json
configTOKEN_FILE/absolute/path/to/calendar-pa/token.json
🔐 secretTELEGRAM_BOT_TOKENyour_telegram_bot_token
🔐 secretANTHROPIC_API_KEYyour_anthropic_api_key
configGOOGLE_CREDENTIALS_B64base64 -i credentials.json tr -d '\n' # →
configGOOGLE_TOKEN_B64base64 -i token.json tr -d '\n' # →
configCONTEXT_FILE/absolute/path/to/calendar-pa/data/session_context.json
configCALENDAR_ID
// 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 5 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/richardilemon-calendar-pa-1b4upb)](https://m8ven.ai/mcp/richardilemon-calendar-pa-1b4upb)
commit: e21ad5b917b80fede484e6562661b2f7aad764fc
code hash: 094202d487aae87f0c474398fa9f9bf64781e9d2b52c0157ce4607628154852d
verified: 6/16/2026, 11:37:55 AM
view raw JSON →