MCPServers
Gmail - MCP server logo
55
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), subject (string), message (string). Returns status and message_id.

trash-email

Moves email to trash. Input: email_id (string). Returns success message.

mark-email-as-read

Marks email as read. Input: 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. Input: email_id (string). Returns dictionary of email metadata and marks email as read.

open-email

Open email in browser. Input: email_id (string). 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

分类

标签