Gmail
Summary
This Gmail MCP server provides a bridge between AI assistants and Gmail's email management capabilities. Built with Python and leveraging libraries like google-api-python-client and httpx, it offers tools for sending, reading, drafting, and managing emails programmatically. The implementation focuses on simplifying interactions with Gmail's API, making it accessible for AI models to handle email tasks. It includes features like sending emails, retrieving unread messages, trashing emails, and opening emails in a browser. This server is particularly useful for tasks like automated email management, scheduling, or integrating email capabilities into AI-driven workflows, enabling assistants to interact with Gmail without requiring deep knowledge of the underlying API complexities.
Available Actions(6)
send-email
Sends email to email address recipient. Parameters: recipient_id (string), subject (string), message (string). Returns status and message_id.
trash-email
Moves email to trash. Parameters: email_id (string). Returns success message.
mark-email-as-read
Marks email as read. Parameters: email_id (string). Returns success message.
get-unread-emails
Retrieves unread emails. Returns list of emails including email ID.
read-email
Retrieves given email content. Parameters: email_id (string). Returns dictionary of email metadata and marks email as read.
open-email
Open email in browser. Parameters: email_id (string). Returns success message and opens given email in default browser.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论