Skip to main content
Glama

Google Meet MCP Server

Google Meet MCP Server

A Model Context Protocol (MCP) server for interacting with Google Meet through the Google Calendar API. This server provides tools for creating and managing Google Meet meetings programmatically.

Description

This project implements an MCP server that allows AI agents to interact with Google Meet by creating, retrieving, and managing meetings through the Google Calendar API. It leverages the MCP (Model Context Protocol) specification to expose these capabilities as tools that can be used by compatible AI systems.

Installation

Installing via Smithery

To install Google Meet MCP Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @cool-man-vk/google-meet-mcp-server --client claude

Manual Installation

# Clone the repository git clone https://github.com/yourusername/google-meet-mcp.git # Navigate to the project directory cd google-meet-mcp # Install dependencies npm install

Setup

Before using the Google Meet MCP server, you need to set up your Google API credentials:

  1. Visit the Google Cloud Console
  2. Create a new project or select an existing one
  3. Enable the Google Calendar API
  4. Create OAuth 2.0 credentials (Desktop application)
  5. Download the credentials JSON file and save it as credentials.json in the project root directory
  6. Run the setup script to authenticate and generate the token:
npm run setup

This will open a browser window where you can authorize the application to access your Google Calendar.

Usage

Once setup is complete, you can start the MCP server:

npm run start

The server will run and expose the following tools:

  • create-meeting: Create a new Google Meet meeting
  • list-meetings: List upcoming Google Meet meetings
  • get-meeting-details: Get details about a specific meeting
  • update-meeting: Update an existing meeting
  • delete-meeting: Delete a meeting

MCP Configuration

To use this server with MCP-compatible systems, add the following to your MCP settings configuration file:

{ "mcpServers": { "google-meet": { "command": "node", "args": ["path/to/google-meet-mcp/src/index.js"], "env": {}, "disabled": false } } }

Features

  • Create Google Meet meetings with custom settings
  • Retrieve meeting details including join URLs
  • Update existing meetings
  • Delete meetings
  • List upcoming meetings
-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

The Google Meet MCP Server enables AI agents to create, manage, and retrieve Google Meet meetings. Built on the Model Context Protocol, it exposes tools for scheduling, updating, and deleting meetings, making it easy to integrate Google Meet functionalities

  1. Description
    1. Installation
      1. Installing via Smithery
      2. Manual Installation
    2. Setup
      1. Usage
        1. MCP Configuration
          1. Features

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A specialized Model Context Protocol (MCP) server that integrates Google services (Gmail, Calendar, etc.) into your AI workflows. This server enables seamless access to Google services through MCP, allowing AI agents to interact with Gmail, Google Calendar, and other Google services.
              Last updated -
              10
              3
              TypeScript
            • A
              security
              F
              license
              A
              quality
              An MCP (Model Context Protocol) server that provides Google search capabilities and webpage content analysis tools. This server enables AI models to perform Google searches and analyze webpage content programmatically.
              Last updated -
              3
              34
              80
              TypeScript
            • -
              security
              F
              license
              -
              quality
              An MCP server that provides access to Google's API Discovery Service, allowing agents to discover and interact with Google APIs through natural language commands.
              Last updated -
              Python
              • Linux
              • Apple
            • -
              security
              F
              license
              -
              quality
              An MCP (Multi-Agent Conversation Protocol) Server that provides a standardized interface for interacting with Google's Cloud Vision API, enabling AI agents to analyze images and extract visual information through natural language.
              Last updated -
              Python

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/cool-man-vk/google-meet-mcp-server'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server