This Gmail integration leverages the Google API to provide seamless access to Gmail functionality within MCP. It enables operations like sending emails, managing labels, and searching messages programmatically. The implementation is designed for Python 3.12+ and uses modern libraries like httpx for efficient HTTP requests. It's ideal for automating email workflows, building email-based applications, or integrating Gmail capabilities into larger systems that utilize MCP's tool ecosystem.
Sends email to email address recipient. Input: recipient_id (string), subject (string), message (string). Returns status and message_id.
Moves email to trash. Input: email_id (string): Auto-generated ID of email. Returns success message.
Marks email as read. Input: email_id (string): Auto-generated ID of email. Returns success message.
Retrieves unread emails. Returns list of emails including email ID.
Retrieves given email content. Input: email_id (string): Auto-generated ID of email. Returns dictionary of email metadata and marks email as read.
Open email in browser. Input: email_id (string): Auto-generated ID of email. Returns success message and opens given email in default browser.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!