← Index

io.github.pzep1/mcp-meet

io.github.pzep1/mcp-meet·v0.3.1·Calendar & Time
Quality Score
67
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-meet": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-meet"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<google_client_id>",
        "GOOGLE_CLIENT_SECRET": "<your-google_client_secret>",
        "GOOGLE_REDIRECT_URI": "http://localhost:5173/oauth2/callback",
        "CALENDAR_IDS": "primary",
        "APPLE_CALENDAR_NAME": "Meetings",
        "TZ": "Europe/London"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-meet": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-meet"
      ],
      "env": {
        "GOOGLE_CLIENT_ID": "<google_client_id>",
        "GOOGLE_CLIENT_SECRET": "<your-google_client_secret>",
        "GOOGLE_REDIRECT_URI": "http://localhost:5173/oauth2/callback",
        "CALENDAR_IDS": "primary",
        "APPLE_CALENDAR_NAME": "Meetings",
        "TZ": "Europe/London"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y mcp-meet
§02  Environment variables
GOOGLE_CLIENT_ID
required

Google OAuth Client ID

GOOGLE_CLIENT_SECRET
requiredsecret

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

§03  MCP Quality Score  ·  methodology
freshness
12
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Calendar & Time