Google Calendar MCP Server

Google Calendar MCP Server

A Model Context Protocol server that enables natural language interaction with Google Calendar, allowing users to view, create, update, and delete calendar events through context-aware operations.

Category
Visit Server

README

Google Calendar MCP Server

A powerful Model Context Protocol (MCP) server that integrates with Google Calendar to provide intelligent, context-aware calendar management capabilities.

Features

  • Smart Calendar Management

    • List and view upcoming events with detailed information
    • Create new events with custom titles, locations, and attendees
    • Update existing events with new information
    • Delete events from your calendar
    • Support for multiple calendars
  • Context-Aware Operations

    • Maintains context between calendar operations
    • Intelligent event formatting and display
    • Secure authentication and token management
    • Robust error handling and validation

Prerequisites

  • Node.js (v16 or higher)
  • Google Cloud Platform account
  • Google Calendar API enabled
  • OAuth 2.0 credentials from Google Cloud Console

Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/google-calendar-mcp.git
    cd google-calendar-mcp
    
  2. Install dependencies:

    npm install
    
  3. Create a .env file:

    cp .env.example .env
    
  4. Update the .env file with your Google Calendar API credentials:

    • GOOGLE_CLIENT_ID: Your Google Cloud Console client ID
    • GOOGLE_CLIENT_SECRET: Your Google Cloud Console client secret
    • GOOGLE_REDIRECT_URI: Your configured redirect URI
  5. Build the project:

    npm run build
    
  6. Start the server:

    npm start
    

Usage Examples

The MCP server supports various calendar operations through natural language commands:

Event Listing

  • "Show me my next 5 upcoming events"
  • "List all events for next week"
  • "What's on my calendar for tomorrow?"

Event Creation

  • "Schedule a meeting with John and Sarah tomorrow at 2pm"
  • "Create a lunch event with the team next Friday at 12pm"
  • "Add a doctor's appointment for next Monday at 10am"

Event Updates

  • "Move my 2pm meeting to 3pm"
  • "Add Mike to tomorrow's team meeting"
  • "Update the location of Friday's meeting"

Event Deletion

  • "Cancel my 3pm meeting today"
  • "Remove the team lunch from next Friday"

Security

  • All credentials and tokens are stored securely and are not committed to version control
  • OAuth 2.0 authentication ensures secure access to Google Calendar
  • Environment variables are used for sensitive configuration

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured