What is the io.github.pzep1/mcp-meet MCP server?
One-click Google Meet scheduling and Apple Calendar mirroring with smart availability detection
How to install io.github.pzep1/mcp-meet
Copy-paste configuration for popular MCP clients.
GOOGLE_CLIENT_IDrequiredGoogle OAuth Client ID
GOOGLE_CLIENT_SECRETrequiredsecretGoogle OAuth Client Secret
GOOGLE_REDIRECT_URIGoogle OAuth Redirect URI
CALENDAR_IDSComma-separated list of calendar IDs to check for availability
APPLE_CALENDAR_NAMEName of the Apple Calendar to create events in
TZTimezone for calendar operations
{
"mcpServers": {
"mcp-meet": {
"command": "npx",
"args": [
"-y",
"mcp-meet"
],
"env": {
"GOOGLE_CLIENT_ID": "<YOUR_GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<YOUR_GOOGLE_CLIENT_SECRET>",
"GOOGLE_REDIRECT_URI": "<YOUR_GOOGLE_REDIRECT_URI>",
"CALENDAR_IDS": "<YOUR_CALENDAR_IDS>",
"APPLE_CALENDAR_NAME": "<YOUR_APPLE_CALENDAR_NAME>",
"TZ": "<YOUR_TZ>"
}
}
}
}{
"mcpServers": {
"mcp-meet": {
"command": "npx",
"args": [
"-y",
"mcp-meet"
],
"env": {
"GOOGLE_CLIENT_ID": "<YOUR_GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<YOUR_GOOGLE_CLIENT_SECRET>",
"GOOGLE_REDIRECT_URI": "<YOUR_GOOGLE_REDIRECT_URI>",
"CALENDAR_IDS": "<YOUR_CALENDAR_IDS>",
"APPLE_CALENDAR_NAME": "<YOUR_APPLE_CALENDAR_NAME>",
"TZ": "<YOUR_TZ>"
}
}
}
}{
"mcpServers": {
"mcp-meet": {
"command": "npx",
"args": [
"-y",
"mcp-meet"
],
"env": {
"GOOGLE_CLIENT_ID": "<YOUR_GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<YOUR_GOOGLE_CLIENT_SECRET>",
"GOOGLE_REDIRECT_URI": "<YOUR_GOOGLE_REDIRECT_URI>",
"CALENDAR_IDS": "<YOUR_CALENDAR_IDS>",
"APPLE_CALENDAR_NAME": "<YOUR_APPLE_CALENDAR_NAME>",
"TZ": "<YOUR_TZ>"
}
}
}
}{
"servers": {
"mcp-meet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-meet"
],
"env": {
"GOOGLE_CLIENT_ID": "<YOUR_GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<YOUR_GOOGLE_CLIENT_SECRET>",
"GOOGLE_REDIRECT_URI": "<YOUR_GOOGLE_REDIRECT_URI>",
"CALENDAR_IDS": "<YOUR_CALENDAR_IDS>",
"APPLE_CALENDAR_NAME": "<YOUR_APPLE_CALENDAR_NAME>",
"TZ": "<YOUR_TZ>"
}
}
}
}claude mcp add mcp-meet --env GOOGLE_CLIENT_ID=<YOUR_GOOGLE_CLIENT_ID> --env GOOGLE_CLIENT_SECRET=<YOUR_GOOGLE_CLIENT_SECRET> --env GOOGLE_REDIRECT_URI=<YOUR_GOOGLE_REDIRECT_URI> --env CALENDAR_IDS=<YOUR_CALENDAR_IDS> --env APPLE_CALENDAR_NAME=<YOUR_APPLE_CALENDAR_NAME> --env TZ=<YOUR_TZ> -- npx -y mcp-meetRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.