Back to Home
web-dev-lab-official icon

mcp-server

Verified Safe

by web-dev-lab-official

Overview

Integrates AI applications with Google Calendar by exposing calendar functionalities as MCP tools, resources, and prompts.

Installation

Run Command
uv run server_http.py

Security Notes

The server relies on `token.json` and `credentials.json` for Google OAuth, which contain sensitive `client_id`, `client_secret`, and refresh tokens. The `https://www.googleapis.com/auth/calendar` scope grants full access to the user's calendar. While standard for Google API integration, these files must be securely handled and protected to prevent unauthorized calendar access. The HTTP server (`server_http.py`) is exposed on localhost by default; exposure to public networks would require additional security measures. No malicious patterns or `eval` statements were found in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-09

Tags

MCPAIGoogle CalendarPythonAPI