This MCP server implementation integrates Google Workspace APIs, enabling AI assistants to interact with Google services like Gmail, Calendar, and Drive. It provides a bridge for performing common tasks such as sending emails, scheduling meetings, and managing documents through MCP-compatible clients. The server is designed to enhance productivity by allowing AI systems to seamlessly access and manipulate Google Workspace data on behalf of users.
List all configured Google accounts, view account metadata and descriptions. No user_id required.
List all configured Google accounts, view account metadata and descriptions. No user_id required.
Search emails with Gmail's query syntax (e.g., 'is:unread', 'from:example@gmail.com', 'newer_than:2d', 'has:attachment'). Returns emails in reverse chronological order, includes metadata and content summary.
Retrieve complete email content by ID, includes full message body and attachment info.
Retrieve multiple emails by ID in a single request, efficient for batch processing.
Create new email drafts, support for CC recipients.
Delete draft emails by ID.
Reply to existing emails, option to send immediately or save as draft, support for 'Reply All' via CC.
Download email attachments, save to disk or return as embedded resource.
Save multiple attachments in a single operation.
Move emails out of inbox, support for individual operations.
Move multiple emails out of inbox in a single operation.
List all accessible calendars, includes calendar metadata, access roles, and timezone information.
Retrieve events in a date range, support for multiple calendars, filter options (deleted events, max results), timezone customization.
Create new calendar events, support for attendees and notifications, location and description fields, timezone handling.
Delete events by ID, option for cancellation notifications.
No reviews yet. Be the first to review!
Sign in to join the conversation