Google Meet

Google Meet

By cool-man-vk GitHub

-

google-meet mcp-server
Overview

what is Google Meet MCP Server?

Google Meet MCP Server is a Model Context Protocol (MCP) server that allows AI agents to interact with Google Meet through the Google Calendar API, enabling programmatic creation and management of Google Meet meetings.

how to use Google Meet MCP Server?

To use the Google Meet MCP Server, clone the repository, install the dependencies, set up your Google API credentials, and run the server to expose various meeting management tools.

key features of Google Meet MCP Server?

  • Create Google Meet meetings with custom settings
  • Retrieve meeting details including join URLs
  • Update existing meetings
  • Delete meetings
  • List upcoming meetings

use cases of Google Meet MCP Server?

  1. Automating the scheduling of meetings for AI agents.
  2. Integrating Google Meet functionalities into other applications.
  3. Managing meetings programmatically for enhanced productivity.

FAQ from Google Meet MCP Server?

  • What is required to run the Google Meet MCP Server?

You need to set up Google API credentials and install the necessary dependencies.

  • Can I use this server with other AI systems?

Yes! The server is designed to be compatible with MCP-compatible systems.

  • Is there any cost associated with using Google Meet MCP Server?

The server itself is free to use, but you may incur costs based on your usage of Google APIs.

Content

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

# 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
No tools information available.

Mirror of

image-generation mcp-server
View Details

Secure MCP server for analyzing Excel files with oletools

oletools mcp-server
View Details

Mirror of

bigquery mcp-server
View Details

MCPHubs is a website that showcases projects related to Anthropic's Model Context Protocol (MCP)

mcp mcp-server
View Details
Dealx
Dealx by DealExpress

-

dealx mcp-server
View Details

Google Analytics MCP server for accessing analytics data through tools and resources

google-analytics mcp-server
View Details

A Python-based MCP server that lets Claude run boto3 code to query and manage AWS resources. Execute powerful AWS operations directly through Claude with proper sandboxing and containerization. No need for complex setups - just pass your AWS credentials and start interacting with all AWS services.

aws mcp-server
View Details