Skip to main content
Glama

EmailAssistant

by saathvikpd

📬 EmailAssistant для Claude Desktop

EmailAssistant — это сервер, совместимый с MCP, который интегрируется с API Gmail для извлечения и суммирования писем на основе пользовательских запросов или недавней активности. Его можно использовать с Claude Desktop для взаимодействия с почтовым ящиком без помощи рук.


⚙️ Инструкции по настройке

1. Включить API Gmail

  1. Перейдите в Google Cloud Console .
  2. Создайте новый проект или используйте существующий.
  3. Включите API Gmail в разделе «API и службы».
  4. Создайте учетные данные идентификатора клиента OAuth 2.0 .
  5. Загрузите файл client_secret_XXXXX.json .

🔧 Краткое описание конфигурации

🔁 Замените их в 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" ] } } }

✅ Запуск

После настройки:

  1. Запустить Claude Desktop
  2. Клод автоматически распознает сервер EmailAssistant MCP.
  3. Теперь вы можете использовать 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-client
    • google-auth-httplib2
    • google-auth-oauthlib
    • mcp[cli]
-
security - not tested
F
license - not found
-
quality - not tested

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 для извлечения и обобщения электронных писем на основе пользовательских запросов или недавних действий.

  1. ⚙️ Инструкции по настройке
    1. Включить API Gmail
  2. 🔧 Краткое описание конфигурации
    1. 🔁 Замените их в config.py
    2. 🖥️ 3. Конфигурация рабочего стола Клода
  3. ✅ Запуск
    1. 📌 Требования

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        Provides 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 -
        8
        13
        JavaScript
        MIT License
      • -
        security
        A
        license
        -
        quality
        Integrates 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 -
        Python
        GPL 3.0
      • A
        security
        F
        license
        A
        quality
        A simple MCP server that enables users to send emails using Resend's API, integrating with tools like Cursor and Claude Desktop for seamless email composition and delivery.
        Last updated -
        1
        6
        321
        TypeScript
        • Apple
      • -
        security
        A
        license
        -
        quality
        MCP 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 -
        17
        Python
        GPL 3.0
        • Apple

      View all related MCP servers

      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