Back to Home
tobedoit icon

gCalendar-mcp

Verified Safe

by tobedoit

Overview

Enables AI assistants to create and manage Google Calendar events.

Installation

Run Command
npx -y @tobedoit/google-calendar-mcp

Environment Variables

  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • GOOGLE_REFRESH_TOKEN
  • MCP_LOG_LEVEL
  • MCP_IDLE_TIMEOUT_MS

Security Notes

The server correctly loads sensitive credentials (Client ID, Client Secret, Refresh Token) from environment variables, which is good practice. It explicitly checks for the presence of critical environment variables and exits if they are missing. Console.log is redirected to stderr to prevent stdout corruption, enhancing operational robustness. The OAuth2 redirect URI is hardcoded to 'http://localhost', implying an interactive local setup for obtaining the refresh token, which is generally secure for a local MCP server.

Similar Servers

Stats

Interest Score33
Security Score8
Cost ClassLow
Avg Tokens150
Stars3
Forks0
Last Update2025-12-08

Tags

Google CalendarEvent ManagementAI AssistantMCPNode.js