Back to Apps

Google Calendar MCP App
Supports UIby quantgeekdev
Interactive Google Calendar views and event management directly within your AI chat.
0 stars
Works in:VS Code Copilotmcpjam
Exposes:ToolsResources
What it does
This MCP App transforms Google Calendar interactions from plain text to rich, interactive visual experiences. It renders real-time calendar views, availability heatmaps, and event forms inline within the AI conversation.
Key features
- Visual Calendars: View schedules via Day, Week, Month, or Agenda grids.
- Availability Heatmap: Quickly visualize free/busy slots across multiple calendars.
- Interactive Event Forms: Create and edit events with date/time pickers and color selection.
- Multi-Account Support: Manage and query multiple Google accounts simultaneously.
- Direct Actions: RSVP to invites and join Google Meet calls directly from the UI.
Installation
- Claude Desktop: Add to
claude_desktop_config.json:
{
"mcpServers": {
"google-calendar": {
"command": "node",
"args": ["/absolute/path/to/google-calendar-mcp-app/build/index.js"],
"env": {
"GOOGLE_OAUTH_CREDENTIALS": "/absolute/path/to/gcp-oauth.keys.json"
}
}
}
}
- VS Code Copilot: Configure in MCP settings for GitHub Copilot.
- Claude.ai web: Use an HTTP tunnel (e.g., cloudflared) and add the URL to Settings → Connectors.
Supported hosts
Confirmed for Claude Desktop, VS Code Copilot, MCPJam, and Claude.ai (text-only).
Quick install
npm install google-calendar-mcp-appInformation
- Pricing
- free
- Published
- 7/22/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
claude-ai
HTTP tunnel URL via cloudflaredClaude Desktop
{
"mcpServers": {
"google-calendar": {
"command": "node",
"args": ["/absolute/path/to/google-calendar-mcp-app/build/index.js"],
"env": {
"GOOGLE_OAUTH_CREDENTIALS": "/absolute/path/to/gcp-oauth.keys.json"
}
}
}
}VS Code Copilot
Add to VS Code MCP settings





