MCPServers
Gmail - MCP server logo
43
0

Summary

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.

Available Actions(6)

send-email

Sends email to email address recipient. Input: recipient_id (string): Email address of addressee, subject (string): Email subject, message (string): Email content. Returns status and message_id.

trash-email

Moves email to trash. Input: email_id (string): Auto-generated ID of email. Returns success message.

mark-email-as-read

Marks email as read. Input: email_id (string): Auto-generated ID of email. Returns success message.

get-unread-emails

Retrieves unread emails. Returns list of emails including email ID.

read-email

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

Open email in browser. Input: email_id (string): Auto-generated ID of email. Returns success message and opens given email in default browser.

Last Updated: April 25, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Coming soon to
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ