mcp meet for Zed
io.github.pzep1/mcp-meet
One-click Google Meet scheduling and Apple Calendar mirroring with smart availability detection
client:Zed
transport:stdio
runtime:npm
Install mcp meet in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs