Google Calendar MCP
# Google Calendar MCP Serverless API A cloud-optimized Model Context Protocol (MCP) implementation providing seamless access to Google Calendar API v3. Built for AI applications, web services, and automation workflows with enterprise-grade performance and reliability. ## 🚀 Three Integration Patterns ### 1. 🌐 Web Applications (Recommended) **Perfect for**: React apps, Vue.js, Next.js, mobile…
Google Calendar MCP endpoints
| Method | Endpoint | Description |
|---|---|---|
| config | ||
| POST |
configureSession /config |
Sets up a new MCP session and returns connection details with available Google Calendar tools. Use this endpoint to establish sessions for web applications and discover Google… |
| mcp | ||
| POST |
mcpInterface /mcp |
Standard Model Context Protocol interface using JSON-RPC 2.0. Perfect for AI models, chatbots, and MCP-compatible clients. **Supported Methods:** - `initialize` - Initialize MCP… |
| calendar | ||
| GET |
calendarGet /calendar |
Simple REST interface for Google Calendar operations using query parameters. Perfect for webhooks, microservices, and simple integrations. |
| POST |
calendarPost /calendar |
Simple REST interface for Google Calendar operations using JSON body. Supports all Google Calendar operations including event creation, calendar management, and scheduling. |
| health | ||
| GET |
healthCheck /health |
Monitor service health and Google Calendar API connectivity status. Returns service version, uptime, and API endpoint status. |
Google Calendar MCP pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $2.99 / month | — |
|
| ULTRA | $9.99 / month | — |
|
| MEGA | $29.99 / month | — |
|