G2N MCP Google Calendar SSE Server
MCP server with SSE for Google Calendar API integration
gabriel-g2n
README
G2N MCP Google Calendar SSE Server
🌎 This README is available in multiple languages:
- 🇺🇸 English
- 🇧🇷 Portuguese
Overview
The G2N MCP Google Calendar SSE Server is a Model Context Protocol (MCP) server implementation that provides Google Calendar integration through Server-Sent Events (SSE). This server exposes Google Calendar functionality as tools that can be used by AI models and applications like Cursor, Claude, and n8n to interact with Google Calendar.
Built with the latest MCP SDK version, this server provides robust integration between MCP-compatible models and Google Calendar services.
Features
The server provides the following MCP tools for Google Calendar management:
list-calendars
: List all available calendarsget-calendar
: Get details of a specific calendarlist-events
: List events from a calendar with filtering optionsget-event
: Get detailed information about a specific eventcreate-event
: Create a new calendar eventupdate-event
: Update an existing calendar eventdelete-event
: Delete a calendar eventlist-colors
: List available colors for events and calendars
What's New in v1.1.0
- Comprehensive logging system with configurable log levels
- Request/response logging middleware for better monitoring
- SSE heartbeat implementation for stable connections
- Enhanced error handling and debugging capabilities
- Improved Docker configuration with proper data directory permissions
- Enhanced OAuth flow with better token management
- Code refactoring for better maintainability
What's New in v1.0.1
- First stable release
- Production-ready with Docker and Docker Swarm support
- Enhanced environment variables configuration
- Improved connection URLs for different deployment scenarios
- Better documentation for n8n integration
- Traefik configuration guidelines
- Multi-platform Docker images (amd64, arm64, arm/v7)
Getting Started
Prerequisites
- Docker and Docker Compose installed
- Google Cloud project with Calendar API enabled
- OAuth 2.0 Client ID and Client Secret
Environment Variables
The server uses the following environment variables:
PORT=3001 # Server port (default: 3001)
PUBLIC_URL=https://your-domain.com # Public URL for OAuth callbacks
GOOGLE_CLIENT_ID=${GOOGLE_CLIENT_ID} # Google OAuth Client ID
GOOGLE_CLIENT_SECRET=${GOOGLE_CLIENT_SECRET} # Google OAuth Client Secret
OAUTH_REDIRECT_PATH=/oauth/callback # OAuth callback path (default: /oauth/callback)
Important Notes:
- When using Traefik, make sure to configure it to point to the port specified in the
PORT
environment variable - This is crucial for successfully receiving the Google refresh token
- The
PUBLIC_URL
must be internet-accessible for OAuth callbacks to work
Authentication Flow
- Start the server using Docker or directly
- Navigate to the
/auth
endpoint in your browser - Grant permissions to the application using your Google account
- After authorization, the server will store refresh tokens for continuous access
- The server will automatically refresh tokens when needed
To revoke access, use the /revoke
endpoint:
curl -X POST https://your-domain.com/revoke
Usage with MCP-Compatible Applications
Connection URLs
Depending on your deployment scenario, use the appropriate URL format:
-
Docker Swarm / n8n internal access:
http://[stack-service-name]:3001/sse
Example: If your service is named
g2n-mcp-gcal-sse
in the stack, use:http://g2n-mcp-gcal-sse:3001/sse
-
External access (Cursor, Claude, etc.):
https://your-domain.com/sse
-
Local development:
http://localhost:3001/sse
Cursor AI
You can use this server with Cursor AI by configuring the MCP connection in your settings:
- Open Cursor settings
- Configure the MCP server URL using your public domain:
https://your-domain.com/sse
- Start using Google Calendar features through AI commands
Claude Desktop
For Claude Desktop:
- Navigate to Settings > MCP
- Add a new MCP connection with your public URL:
https://your-domain.com/sse
- Access Google Calendar functionality through your conversations
n8n
- In n8n, add a new MCP node
- Configure the MCP node with the internal service URL:
http://[stack-service-name]:3001/sse
- Use the exposed calendar tools in your workflows
License
This project is licensed under the MIT License - see the LICENSE file for details.
About G2NTech
This project is developed and maintained by Gabriel Augusto at G2NTech.
Support the Project 💜
If you find this project useful, consider supporting it via PIX:
- PIX Key:
gabriel@g2ngroup.com
Recommended Servers
contentful-mcp
Update, create, delete content, content-models and assets in your Contentful Space

Supabase MCP Server
A Model Context Protocol (MCP) server that provides programmatic access to the Supabase Management API. This server allows AI models and other clients to manage Supabase projects and organizations through a standardized interface.

Azure MCP Server
Enables natural language interaction with Azure services through Claude Desktop, supporting resource management, subscription handling, and tenant selection with secure authentication.

SettleMint
Leverage SettleMint's Model Context Protocol server to seamlessly interact with enterprise blockchain infrastructure. Build, deploy, and manage smart contracts through AI-powered assistants, streamlining your blockchain development workflow for maximum efficiency.

Brev
Run, build, train, and deploy ML models on the cloud.

Story SDK MCP Server
This server provides MCP (Model Context Protocol) tools for interacting with Story's Python SDK. Features Get license terms Mint and register IP Asset with PIL Terms Mint license tokens Send $IP to a wallet Upload image to ipfs via Pinata [External] Upload ip and nft metadata via Pinata [External]

Tembo MCP Server
An MCP server that enables Claude to interact with Tembo Cloud platform API, allowing users to manage Tembo Cloud resources through natural language.

Workers MCP
A package that connects Claude Desktop and other MCP clients to Cloudflare Workers, enabling custom functionality to be accessed via natural language through the Model Context Protocol.

Appwrite MCP Server
A Model Context Protocol server that allows AI assistants to interact with Appwrite's API, providing tools to manage databases, users, functions, teams, and other resources within Appwrite projects.
MCP2Lambda
Enables AI models to interact with AWS Lambda functions via the MCP protocol, allowing access to private resources, real-time data, and custom computation in a secure environment.