mcp meet for Cursor
io.github.pzep1/mcp-meet
One-click Google Meet scheduling and Apple Calendar mirroring with smart availability detection
client:Cursor
transport:stdio
runtime:npm
Install mcp meet in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs