Google Calendar and Meet
Manage and automate your Google Meet workflows with enterprise-grade tools for calendar event management, meeting moderation, attendance tracking, and smart notes. Deploy easily via Docker, Smithery,…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add INSIDE-HAIR/mcp-google-meet-and-calendar
# Browse available tools
npx -y smithery tool list INSIDE-HAIR/mcp-google-meet-and-calendar
# Get full schema for a tool
npx -y smithery tool get INSIDE-HAIR/mcp-google-meet-and-calendar health_check
# Call a tool
npx -y smithery tool call INSIDE-HAIR/mcp-google-meet-and-calendar health_check '{}'Direct MCP Connection
Endpoint: https://mcp-google-meet-and-calendar--inside-hair.run.tools
Optional config:
debug(query) — Enable debug loggingCLIENT_ID(query) — Google OAuth2 Client ID for direct token authenticationCLIENT_SECRET(query) — Google OAuth2 Client SecretREFRESH_TOKEN(query) — Google OAuth2 Refresh TokengoogleMeetTokenPath(query) — Path to token file (legacy)googleOAuthCredentials(query) — Path to Google OAuth credentials JSON file (legacy)googleMeetCredentialsPath(query) — Path to credentials file (legacy)
Tools (25)
health_check— Check if the Google Meet MCP Server is healthycalendar_v3_list_calendars— [Calendar API v3] List all calendars available to the usercalendar_v3_list_events— [Calendar API v3] List upcoming calendar events with Google Meet conferencescalendar_v3_get_event— [Calendar API v3] Get details of a specific calendar eventcalendar_v3_create_event— [Calendar API v3] Create a new calendar event with Google Meet conference and guest permissionscalendar_v3_update_event— [Calendar API v3] Update an existing calendar eventcalendar_v3_delete_event— [Calendar API v3] Delete a calendar eventcalendar_v3_freebusy_query— [Calendar API v3] Query free/busy information for calendarscalendar_v3_quick_add— [Calendar API v3] Create event using natural languagemeet_v2_create_space— [Meet API v2 GA] Create a Google Meet space with advanced configurationmeet_v2_get_space— [Meet API v2 GA] Get details of a Google Meet spacemeet_v2_update_space— [Meet API v2 GA] Update configuration of a Google Meet spacemeet_v2_end_active_conference— [Meet API v2 GA] End the active conference in a Google Meet spacemeet_v2_list_conference_records— [Meet API v2 GA] List conference records for historical meetingsmeet_v2_get_conference_record— [Meet API v2 GA] Get details of a specific conference recordmeet_v2_list_recordings— [Meet API v2 GA] List recordings for a conference recordmeet_v2_get_recording— [Meet API v2 GA] Get details of a specific recordingmeet_v2_list_transcripts— [Meet API v2 GA] List transcripts for a conference recordmeet_v2_get_transcript— [Meet API v2 GA] Get details of a specific transcriptmeet_v2_list_transcript_entries— [Meet API v2 GA] List transcript entries (individual speech segments)meet_v2_get_participant— [Meet API v2 GA] Get details of a specific participantmeet_v2_list_participants— [Meet API v2 GA] List participants for a conference recordmeet_v2_get_participant_session— [Meet API v2 GA] Get details of a specific participant sessionmeet_v2_list_participant_sessions— [Meet API v2 GA] List sessions for a specific participantget_current_time— Get the current time in UTC or specific timezone
# Get full input/output schema for a tool
npx -y smithery tool get INSIDE-HAIR/mcp-google-meet-and-calendar