Loading MCP server directory, please wait...
One-click Google Meet scheduling and Apple Calendar mirroring with smart availability detection
npx @getmcp/cli add io.github.pzep1/mcp-meetRequires Node.js 18+. Community-contributed server. Review source before installing.
GOOGLE_CLIENT_IDGoogle OAuth Client ID
GOOGLE_CLIENT_SECRETGoogle OAuth Client Secret
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.pzep1/mcp-meet": {
"command": "npx",
"args": [
"-y",
"mcp-meet"
],
"env": {
"GOOGLE_CLIENT_ID": "",
"GOOGLE_CLIENT_SECRET": "",
"GOOGLE_REDIRECT_URI": "http://localhost:5173/oauth2/callback",
"CALENDAR_IDS": "primary",
"APPLE_CALENDAR_NAME": "Meetings",
"TZ": "Europe/London"
}
}
}
}