Back to Home
hazzaz-am icon

mcp-servers

Verified Safe

by hazzaz-am

Overview

Provides Model Context Protocol (MCP) server functionality to retrieve Google Calendar events for a specified date.

Installation

Run Command
node google-calender/index.js

Environment Variables

  • GOOGLE_API_KEY
  • GOOGLE_CALENDAR_ID

Security Notes

The server uses environment variables (process.env.GOOGLE_API_KEY, process.env.GOOGLE_CALENDAR_ID) for sensitive credentials, which is a good practice. Input validation for the 'date' parameter is present using Zod, preventing basic malformed date issues. No 'eval' or obvious obfuscation found. The primary security consideration lies in managing access to the Google API Key and Calendar ID, and understanding that the tool exposes calendar event summaries, which could contain sensitive information depending on the calendar's content.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2026-01-18

Tags

MCPGoogle CalendarEventsProductivityIntegration