Back to MCP Servers
📅

Google Calendar MCP Server

by Community

Community Google Calendar MCP server. Manage events, check availability, and schedule meetings.

Productivity
Company Integration
Deployment Type
☁️Remote

Connects to remote services

Authentication
🔐OAuth

OAuth authentication

Installation
Medium

Some configuration needed

Use Cases
Common ways to use this MCP server
Event management
Schedule coordination
Meeting planning
Availability checking
Ideal For
This server is perfect for these roles and teams
Product Managers
Executives
Team Leads
Schedulers
Installation
Quick start guide for setting up this MCP server

1. Install via npx

npx -y @modelcontextprotocol/google-calendar

2. Add to Claude Desktop config

Edit claude_desktop_config.json

{
  "mcpServers": {
    "google-calendar": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/google-calendar"],
      "env": {
        "AUTH_TOKEN": "your-oauth-here"
      }
    }
  }
}

3. Restart Claude Desktop

Close and reopen Claude Desktop to load the new MCP server.

Learn More About Model Context Protocol
Understand how MCP works and how to build your own servers