Google Meet

by cool-man-vk

351 downloads
Not rated
GitHub

Description

# 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…

About

# 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…

Details

Author
cool-man-vk
Downloads
351
Categories
Communication, Other

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

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Google Meet
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, install dependencies with npm install, set up Google API credentials (enable Calendar API, download OAuth 2.0 credentials as credentials.json, and run npm run setup to authenticate). Start the server with npm run start. Then add the provided MCP configuration to your settings file to connect the tools: create-meeting, list-meetings, get-meeting-details, update-meeting, and delete-meeting.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

McpServers

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

An MCP server for interacting with Google Meet through the Google Calendar API.

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.

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.

To install Google Meet MCP Server for Claude Desktop automatically viaSmithery:

npx -y @smithery/cli install @cool-man-vk/google-meet-mcp-server --client claude
# 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

Before using the Google Meet MCP server, you need to set up your Google API credentials:
- Visit the
Google Cloud Console
- Create a new project or select an existing one
- Enable the Google Calendar API
- Create OAuth 2.0 credentials (Desktop application)
- Download the credentials JSON file and save it ascredentials.jsonin the project root directory
- Run the setup script to authenticate and generate the token:

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

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

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

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 } } }

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

An MCP server for interacting with Google Workspace services like Gmail and Calendar.

Interact with Google products, including Gmail and Calendar.

A comprehensive MCP server for managing Google Workspace services like Calendar, Contacts, and Gmail using OAuth2 authentication.

Interact with the Google Blogger API to manage blogs, posts, and comments.

A read-only MCP server for Google Contacts, powered by the CData JDBC Driver.

Local email connectivity for AI agents — read, draft, send, and organize Outlook mail via MCP. Apache-2.0 licensed.

Interact with Fastmail email, contacts, and calendar data using the Fastmail API.

Connects AI agents to the Feishu/Lark platform via its OpenAPI to automate tasks like document processing, conversation management, and calendar scheduling.

Context Intelligence API that returns structured, cited answers from email threads, attachments, and Google Drive docs in one API call.

A service for managing multiple email accounts from various providers like 163, Gmail, QQ, and Outlook.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.