Google Calendar
0
Integrates with Google Calendar to provide schedule query, creation, and detailed view functionality via an MCP stdio server.
About
Google Calendar allows interaction with the Google Calendar API through an MCP (Message Communication Protocol) stdio server, designed for environments like Cursor. It uses Google OAuth2 for authentication and enables querying, creating, and viewing Google Calendar events through MCP commands. The tool leverages Python 3.13+, the uv package manager, and the fastmcp library to facilitate seamless integration and management of calendar events.
Key Features
- Provides schedule query, creation, and detailed view via MCP stdio server.
- Uses uv package manager for simplified dependency management.
- Supports Google OAuth2 authentication.
- Enables adding participants (via email) when creating new events.
- Integrates with Google Calendar API.
- 0 GitHub stars
Use Cases
- Querying a month's worth of calendar events via MCP.
- Creating new calendar events with participant invitations through MCP.
- Viewing detailed information about a specific calendar event using its ID.