mcp meet for Windsurf
io.github.pzep1/mcp-meet
One-click Google Meet scheduling and Apple Calendar mirroring with smart availability detection
client:Windsurf
transport:stdio
runtime:npm
Install mcp meet in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-meet": {
"command": "npx",
"args": [
"-y",
"mcp-meet"
],
"env": {
"GOOGLE_CLIENT_ID": "<GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<GOOGLE_CLIENT_SECRET>",
"GOOGLE_REDIRECT_URI": "<GOOGLE_REDIRECT_URI>",
"CALENDAR_IDS": "<CALENDAR_IDS>",
"APPLE_CALENDAR_NAME": "<APPLE_CALENDAR_NAME>",
"TZ": "<TZ>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs