Back to Home
tobedoit icon

gCalendar-mcp-python

Verified Safe

by tobedoit

Overview

Facilitate Google Calendar event creation and management via an MCP server, primarily for integration with AI agents like Claude Desktop App.

Installation

Run Command
uvx mcp-calendar-python

Environment Variables

  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • GOOGLE_REFRESH_TOKEN

Security Notes

The server correctly uses environment variables for Google OAuth2 credentials (client ID, client secret, refresh token), avoiding hardcoded secrets. It relies on standard Google API client libraries for authentication and interaction. No 'eval' or other highly dangerous functions are present. The primary security consideration is the secure management of the OAuth2 refresh token by the user, as the server expects it to be pre-obtained and provided.

Similar Servers

Stats

Interest Score13
Security Score9
Cost ClassLow
Avg Tokens300
Stars2
Forks0
Last Update2025-12-21

Tags

Google CalendarEvent ManagementMCPPythonAI Agent