EmailAssistant
📬 EmailAssistant для Claude Desktop
EmailAssistant — это сервер, совместимый с MCP, который интегрируется с API Gmail для извлечения и суммирования писем на основе пользовательских запросов или недавней активности. Его можно использовать с Claude Desktop для взаимодействия с почтовым ящиком без помощи рук.
⚙️ Инструкции по настройке
1. Включить API Gmail
Перейдите в Google Cloud Console .
Создайте новый проект или используйте существующий.
Включите API Gmail в разделе «API и службы».
Создайте учетные данные идентификатора клиента OAuth 2.0 .
Загрузите файл
client_secret_XXXXX.json.
Related MCP server: Gmail Plugin MCP Server
🔧 Краткое описание конфигурации
🔁 Замените их в config.py
Замените
/absolute/path/to/your/projectна полный путь к локальному каталогу проекта EmailAssistant .Замените
"your_client_secret_file.json"на точное имя файла учетных данных OAuth, загруженных из Google Cloud.
🖥️ 3. Конфигурация рабочего стола Клода
В файле конфигурации Claude Desktop:
{
"mcpServers": {
"EmailAssistant": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"--with",
"google-api-python-client",
"--with",
"google-auth-httplib2",
"--with",
"google-auth-oauthlib",
"mcp",
"run",
"/absolute/path/to/your/project/MCPEmailAssistant/main.py"
]
}
}
}✅ Запуск
После настройки:
Запустить Claude Desktop
Клод автоматически распознает сервер
EmailAssistantMCP.Теперь вы можете использовать Claude для вызова таких функций, как:
get_email_summary(time="newer_than:1d")
get_top_matching_email(query_keywords="project deadline")📌 Требования
Питон 3.9+
uv(или используйтеpip, если не используетеuv)Следующие пакеты Python:
google-api-python-clientgoogle-auth-httplib2google-auth-oauthlibmcp[cli]
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server that integrates with Gmail to enable sending, reading, and managing emails through tools like send-email, trash-email, get-unread-emails, and read-email.73GPL 3.0
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables Gmail integration, allowing users to manage emails (send, receive, read, trash, mark as read) directly through MCP clients like Claude Desktop.1MIT
- FlicenseNot gradedqualityDmaintenanceThis MCP server provides a natural language interface to the Gmail API, allowing users to interact with Gmail functionality (like emails, threads, labels, etc.) through the Model Context Protocol.
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides Gmail access for LLMs, enabling email composition, sending, searching, and label management via the Gmail API.MIT
Related MCP Connectors
Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.
MCP server for Tomba email finder, verification, and contact enrichment API
Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/saathvikpd/MCPEmailAssistant'
If you have feedback or need assistance with the MCP directory API, please join our Discord server