Google Meet MCP Server

by MCP-Mirror

119 downloads
Not rated
GitHub

About

A Model Context Protocol (MCP) server that allows AI agents to create, retrieve, and manage Google Meet meetings through the Google Calendar API. It is intended for developers and users who want programmatic control over Google Meet via compatible AI systems.

Details

Author
MCP-Mirror
Downloads
119
Categories
Other

- Create Google Meet meetings with custom settings.
- Retrieve meeting details including join URLs.
- Update existing meetings.
- Delete meetings.
- List upcoming Google Meet 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 MCP Server
    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

Install via Smithery (npx -y @smithery/cli install @cool-man-vk/google-meet-mcp-server --client claude) or clone the repository, install dependencies, set up Google API OAuth 2.0 credentials, and run npm run setup to authenticate. Then start the server with npm run start. The server exposes tools such as create-meeting, list-meetings, get-meeting-details, update-meeting, and delete-meeting. Add the server configuration to your MCP settings file.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "google meet mcp server": {
            "cool-man-vk_google-meet-mcp-server": {
                "command": "npx",
                "args": [
                    "-y",
                    "@smithery/cli",
                    "install",
                    "@cool-man-vk/google-meet-mcp-server",
                    "--client",
                    "claude"
                ]
            }
        }
    }
}

McpServers

{
    "cool-man-vk_google-meet-mcp-server": {
        "command": "npx",
        "args": [
            "-y",
            "@smithery/cli",
            "install",
            "@cool-man-vk/google-meet-mcp-server",
            "--client",
            "claude"
        ]
    }
}

Google Meet MCP Server

smithery badge

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

```bash
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.