MCPServers

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.

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签