MCP Meet runs on your own machine — the client starts it, so there is no endpoint to ping.
One-click Google Meet scheduling and Apple Calendar mirroring with smart availability detection
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-meet -- npx -y mcp-meet
{
"mcpServers": {
"mcp-meet": {
"args": [
"-y",
"mcp-meet"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-meet]
command = "npx"
args = ["-y", "mcp-meet"]
{
"mcpServers": {
"mcp-meet": {
"args": [
"-y",
"mcp-meet"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-meet": {
"args": [
"-y",
"mcp-meet"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
GOOGLE_CLIENT_ID (Google OAuth Client ID), GOOGLE_CLIENT_SECRET (Google OAuth Client Secret), GOOGLE_REDIRECT_URI (Google OAuth Redirect URI), CALENDAR_IDS (Comma-separated list of calendar IDs to check for availability), APPLE_CALENDAR_NAME (Name of the Apple Calendar to create events in), TZ (Timezone for calendar operations).
The author declared them in the registry entry; get the values from the project itself.
Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.
Google Calendar over MCP: calendars, events, recurrence and availability.
Schedule smarter - create, search, and manage Google Calendar events through AI.
Multi-account Google Workspace MCP — Gmail, Calendar, Drive, Sheets, Docs with smart routing.
MCP server for the Google Calendar API: events, recurrence, invitations, availability, calendars.
Google Calendar for LLM agents: find, create, update, move, delete events; free/busy; scheduling.
Scheduling infrastructure for AI agents across Google and Microsoft calendars.
Schedule a GitHub Projects backlog into Google Calendar, as a CLI or an MCP server.
Answers built from our own checks of this server.