Catalog
io.github.pzep1/mcp-meet
OfficialOne-click Google Meet scheduling and Apple Calendar mirroring with smart availability detection
Schedule Google Meet calls and sync availability with Apple Calendar.
README not available yet.
Install
Configuration
Environment variables
GOOGLE_CLIENT_IDrequiredGoogle OAuth Client ID
GOOGLE_CLIENT_SECRETrequiredsecretGoogle OAuth Client Secret
GOOGLE_REDIRECT_URIdefault http://localhost:5173/oauth2/callbackGoogle OAuth Redirect URI
CALENDAR_IDSdefault primaryComma-separated list of calendar IDs to check for availability
APPLE_CALENDAR_NAMEdefault MeetingsName of the Apple Calendar to create events in
TZdefault Europe/LondonTimezone for calendar operations
claude_desktop_config.json
{
"mcpServers": {
"mcp-meet": {
"command": "npx",
"args": [
"-y",
"mcp-meet@0.3.1"
],
"env": {
"GOOGLE_CLIENT_ID": "<YOUR_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"
}
}
}
}