by community · 2.9k installs
Read, create, and manage Google Calendar events from your AI assistant.
Connect your Google Calendar to AI workflows. Check availability, create events, manage RSVPs, and query schedules.
Google OAuth credentials with Calendar API scope. Follow the setup guide to create a service account or OAuth client.
list_eventsList upcoming events with optional date range and calendar filter.
create_eventCreate a new calendar event with attendees and reminders.
get_eventGet full details of a specific event.
update_eventUpdate an existing event.
freebusy_queryCheck availability for one or more calendars.
No reviews yet.
Be the first to review after installing.
{
"mcpServers": {
"google-calendar-mcp": {
"command": "npx",
"args": [
"-y",
"@plugpier/google-calendar-mcp"
],
"env": {
"PLUGPIER_KEY": "YOUR_API_KEY"
}
}
}
}