mcp meet for Grok
io.github.pzep1/mcp-meet
One-click Google Meet scheduling and Apple Calendar mirroring with smart availability detection
client:Grok
transport:stdio
runtime:npm
Install mcp meet in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-meet": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs