📬 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.
🔧 Краткое описание конфигурации
🔁 Замените их в config.py
Замените
/absolute/path/to/your/projectна полный путь к локальному каталогу проекта EmailAssistant .Замените
"your_client_secret_file.json"на точное имя файла учетных данных OAuth, загруженных из Google Cloud.
🖥️ 3. Конфигурация рабочего стола Клода
В файле конфигурации Claude Desktop:
✅ Запуск
После настройки:
Запустить Claude Desktop
Клод автоматически распознает сервер
EmailAssistantMCP.Теперь вы можете использовать Claude для вызова таких функций, как:
📌 Требования
Питон 3.9+
uv(или используйтеpip, если не используетеuv)Следующие пакеты Python:
google-api-python-clientgoogle-auth-httplib2google-auth-oauthlibmcp[cli]
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Совместимый с MCP сервер, который интегрируется с API Gmail для извлечения и обобщения электронных писем на основе пользовательских запросов или недавних действий.
Related MCP Servers
- Asecurity-licenseAqualityProvides tools for interacting with Gmail and Calendar APIs. This server enables you to manage your emails and calendar events programmatically through the MCP interface.Last updated -26MIT License
- -security-license-qualityIntegrates with Gmail to enable sending, reading, drafting, and managing emails via the Model Context Protocol (MCP), allowing users to interact with email tasks through automated client prompts.Last updated -2GPL 3.0
- -security-license-qualityMCP 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.Last updated -60GPL 3.0
- -security-license-qualityAn 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.Last updated -MIT License