# Connect Google Meet to your AI agent

> Yes — ClawLink is a hosted Google Meet MCP server. 15 tools your agent can call from chat, with one-click hosted OAuth and nothing to run locally.

Web version: https://claw-link.dev/hub/google-meet

ClawLink hosts a managed Google Meet MCP server that exposes 15 tools to your AI agent. You connect Google Meet in one click, and your agent can read, create, and update Google Meet data from chat without you building or running a local MCP server.

## Quick facts

- 15 tools callable from chat
- One-click hosted OAuth
- Works with OpenClaw, Hermes, Claude Code, Cursor, Codex, and any MCP client
- No local server or config files

## Overview

The usual path is: build auth, handle token refresh, wire up the tools. With ClawLink you connect Google Meet once and start using the real actions from the agent.

## Setup

Google Meet uses OAuth. You connect it in the browser: click Connect, sign in, approve. ClawLink stores the token and refreshes it on its own. You never touch a key or wire up a redirect URL.

Authentication: hosted OAuth

## What you can do

- **Read and write from chat** — Query, create, and update Google Meet items the moment a question comes up. No export step.
- **Go from insight to action** — The agent reads Google Meet, sums up what matters, and helps you decide the next step.
- **Keep analysis close to the work** — Turning Google Meet data into a follow-up task happens inside one flow.

## Google Meet tools

15 Google Meet tools, ready the moment you connect.

- `googlemeet_create_meet` — Create a Google Meet space
- `googlemeet_end_active_conference` — End an active Google Meet conference
- `googlemeet_get_conference_record_by_name` — Get a Google Meet conference record by name
- `googlemeet_get_meet` — Get a Google Meet space by ID
- `googlemeet_get_participant_session` — Get a Google Meet participant session
- `googlemeet_get_recordings_by_conference_record_id` — Get recordings for a Google Meet conference
- `googlemeet_get_transcript` — Get a Google Meet transcript by name
- `googlemeet_get_transcript_entry` — Get a Google Meet transcript entry
- `googlemeet_get_transcripts_by_conference_record_id` — List transcripts for a Google Meet conference
- `googlemeet_list_conference_records` — List Google Meet conference records
- `googlemeet_list_participant_sessions` — List Google Meet participant sessions
- `googlemeet_list_participants` — List participants in a Google Meet conference
- `googlemeet_list_recordings` — List Google Meet recordings
- `googlemeet_list_transcript_entries` — List Google Meet transcript entries
- `googlemeet_update_space` — Update a Google Meet space

## Example prompts

- **Googlemeet create meet:** Use Google Meet to googlemeet create meet and walk me through it.
- **Googlemeet end active conference:** Use Google Meet to googlemeet end active conference and walk me through it.
- **Googlemeet get conference record by name:** Use Google Meet to googlemeet get conference record by name and walk me through it.
- **Googlemeet get meet:** Use Google Meet to googlemeet get meet and walk me through it.

## ClawLink vs. building it yourself

| | Manual | ClawLink |
|---|---|---|
| Connection | Build it yourself. You register a developer app with Google Meet, set up redirect URLs, handle the consent screen, store and refresh access tokens, and redo the wiring when scopes change. | Hosted hosted OAuth. Connect once in the browser. ClawLink owns the lifecycle. |
| Maintenance | Token refresh, permission debugging, env config, every edge case. All yours. | ClawLink handles the plumbing. You focus on the workflow. |
| Time to first call | Days to weeks. Auth, storage, tool wiring, testing. Then the agent can act. | About two minutes from sign-up to the agent calling Google Meet. |

## FAQ

### How do I connect Google Meet to my AI agent?

Install ClawLink, open the dashboard, click Connect next to Google Meet, and finish the hosted OAuth flow. Your agent can call Google Meet from the next message. Two minutes, total.

### Is there a Google Meet MCP server I can use?

Yes. ClawLink exposes Google Meet as 15 tools your agent calls through a hosted MCP-compatible runtime. You don't run a local server or edit a config file. The tools are there the moment you connect.

### Do I need Google Meet API credentials?

No separate API key. You sign in to Google Meet through the normal OAuth flow and ClawLink handles the token after that.

### How much does it cost?

Your first integration is free, plus a 7-day trial of the full catalog. Paid plans unlock the rest of the library.

### Can I set this up from the terminal instead of the dashboard?

Yes. Run npx -y @useclawlink/cli login, then npx -y @useclawlink/cli connect google-meet. The first opens a browser to sign in to ClawLink. The second opens a browser to authorize Google Meet. No API keys to create. Works with OpenClaw, Hermes, Claude Code, Cursor, Codex, and any agent that runs shell commands.
