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 and view account metadata and descriptions.
List all configured Google accounts and view account metadata and descriptions.
Search emails with Gmail's query syntax (e.g., 'is:unread', 'from:example@gmail.com'). Returns emails in reverse chronological order with metadata and content summary.
Retrieve complete email content by ID, including full message body and attachment info.
Retrieve multiple emails by ID in a single request, efficient for batch processing.
Create new email drafts with support for CC recipients.
Delete draft emails by draft_id. Note: draft_id is distinct from the message ID.
List Gmail drafts, optionally filtered by a Gmail search query. Returns each draft's draft_id, message_id, subject, recipients, and snippet.
Reply to existing emails with the option to send immediately or save as draft. Support for 'Reply All' via CC.
Download email attachments and save to disk or return as embedded resource.
Save multiple attachments in a single operation.
Move emails out of inbox, supporting individual or bulk operations.
Move multiple emails out of inbox in a single operation.
List all accessible calendars, including calendar metadata, access roles, and timezone information.
Retrieve events in a date range with support for multiple calendars and filter options.
Create new calendar events with support for attendees, notifications, location, and description fields.
Delete events by ID with an option for cancellation notifications.