PluginBench
MCP Server

io.github.pzep1/mcp-meet MCP Server

io.github.pzep1/mcp-meet

What is the io.github.pzep1/mcp-meet MCP server?

One-click Google Meet scheduling and Apple Calendar mirroring with smart availability detection

How to install io.github.pzep1/mcp-meet

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GOOGLE_CLIENT_ID
    required

    Google OAuth Client ID

  • GOOGLE_CLIENT_SECRET
    required
    secret

    Google OAuth Client Secret

  • GOOGLE_REDIRECT_URI

    Google OAuth Redirect URI

  • CALENDAR_IDS

    Comma-separated list of calendar IDs to check for availability

  • APPLE_CALENDAR_NAME

    Name of the Apple Calendar to create events in

  • TZ

    Timezone for calendar operations

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-meet": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-meet"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<YOUR_GOOGLE_CLIENT_ID>",
        "GOOGLE_CLIENT_SECRET": "<YOUR_GOOGLE_CLIENT_SECRET>",
        "GOOGLE_REDIRECT_URI": "<YOUR_GOOGLE_REDIRECT_URI>",
        "CALENDAR_IDS": "<YOUR_CALENDAR_IDS>",
        "APPLE_CALENDAR_NAME": "<YOUR_APPLE_CALENDAR_NAME>",
        "TZ": "<YOUR_TZ>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-meet": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-meet"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<YOUR_GOOGLE_CLIENT_ID>",
        "GOOGLE_CLIENT_SECRET": "<YOUR_GOOGLE_CLIENT_SECRET>",
        "GOOGLE_REDIRECT_URI": "<YOUR_GOOGLE_REDIRECT_URI>",
        "CALENDAR_IDS": "<YOUR_CALENDAR_IDS>",
        "APPLE_CALENDAR_NAME": "<YOUR_APPLE_CALENDAR_NAME>",
        "TZ": "<YOUR_TZ>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-meet": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-meet"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<YOUR_GOOGLE_CLIENT_ID>",
        "GOOGLE_CLIENT_SECRET": "<YOUR_GOOGLE_CLIENT_SECRET>",
        "GOOGLE_REDIRECT_URI": "<YOUR_GOOGLE_REDIRECT_URI>",
        "CALENDAR_IDS": "<YOUR_CALENDAR_IDS>",
        "APPLE_CALENDAR_NAME": "<YOUR_APPLE_CALENDAR_NAME>",
        "TZ": "<YOUR_TZ>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-meet": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-meet"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<YOUR_GOOGLE_CLIENT_ID>",
        "GOOGLE_CLIENT_SECRET": "<YOUR_GOOGLE_CLIENT_SECRET>",
        "GOOGLE_REDIRECT_URI": "<YOUR_GOOGLE_REDIRECT_URI>",
        "CALENDAR_IDS": "<YOUR_CALENDAR_IDS>",
        "APPLE_CALENDAR_NAME": "<YOUR_APPLE_CALENDAR_NAME>",
        "TZ": "<YOUR_TZ>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-meet --env GOOGLE_CLIENT_ID=<YOUR_GOOGLE_CLIENT_ID> --env GOOGLE_CLIENT_SECRET=<YOUR_GOOGLE_CLIENT_SECRET> --env GOOGLE_REDIRECT_URI=<YOUR_GOOGLE_REDIRECT_URI> --env CALENDAR_IDS=<YOUR_CALENDAR_IDS> --env APPLE_CALENDAR_NAME=<YOUR_APPLE_CALENDAR_NAME> --env TZ=<YOUR_TZ> -- npx -y mcp-meet

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →