Enhanced Gmail MCP Server
@theposch
关于 Enhanced Gmail MCP Server
A Gmail MCP server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"gmail-mcp": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Enhanced Gmail MCP Server?
Enhanced Gmail MCP Server is a Python-based MCP server that enables AI assistants like Claude to interact with Gmail through natural language. It provides comprehensive email management capabilities including sending, reading, drafting, labeling, searching, archiving, and filtering.
How to use Enhanced Gmail MCP Server?
Install the server by cloning the repository, setting up a virtual environment, and running pip install -e .. You need a Google Cloud project with the Gmail API enabled and OAuth 2.0 credentials. Configure the server in Claude Desktop’s claude_desktop_config.json using the uv command with --creds-file-path and --token-path arguments. You can also test with the MCP Inspector.
Key features of Enhanced Gmail MCP Server
- Send, read, trash, and mark emails as read/unread
- Create, list, and edit draft emails
- List, create, apply/remove, rename, and delete labels
- Create folders, move emails between folders, list folders
- Search emails with Gmail’s advanced query syntax
- Archive, batch archive, list, and restore emails
Use cases of Enhanced Gmail MCP Server
- Retrieve and read unread emails
- Search for specific emails by sender, subject, or content
- Create and manage custom labels and filters
- Draft and send emails without leaving the AI assistant
- Archive newsletters or batch archive emails matching criteria
FAQ from Enhanced Gmail MCP Server
What are the prerequisites for using the server?
Python 3.8+, a Google Cloud project with the Gmail API enabled, and OAuth 2.0 credentials (Desktop app
沟通协作 分类下的更多 MCP 服务器
slack-mcp-server
ubie-ossA Slack MCP server
Mattermost MCP Server
pvevMattermost MCP server to enable Claude to interact with Mattermost Workspaces
Modular Outlook MCP Server
ryakerMCP server for Claude to access Outlook data via Microsoft Graph API
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
Email sending MCP 💌
resendThe official MCP server to send emails and interact with Resend
评论