Skip to main content
Glama

EmailAssistant

by saathvikpd

📬 Claude Desktop용 EmailAssistant

EmailAssistant는 Gmail API와 통합되어 사용자 지정 쿼리 또는 최근 활동을 기반으로 이메일을 가져오고 요약하는 MCP 호환 서버입니다. Claude Desktop과 함께 사용하면 받은편지함을 핸즈프리로 조작할 수 있습니다.


⚙️ 설정 지침

1. Gmail API 활성화

  1. Google Cloud Console 로 이동합니다.
  2. 새로운 프로젝트를 만들거나 기존 프로젝트를 사용하세요.
  3. "API 및 서비스"에서 Gmail API를 활성화합니다.
  4. OAuth 2.0 클라이언트 ID 자격 증명을 생성합니다.
  5. client_secret_XXXXX.json 파일을 다운로드합니다.

🔧 구성 요약

🔁 config.py 에서 이것들을 바꿔주세요

  • /absolute/path/to/your/project로컬 EmailAssistant 프로젝트 디렉토리의 전체 경로 로 바꾸세요.
  • "your_client_secret_file.json" Google Cloud에서 다운로드한 OAuth 자격 증명의 정확한 파일 이름 으로 바꾸세요.

🖥️ 3. 클로드 데스크톱 구성

Claude Desktop 구성 파일에서:

지엑스피1

✅ 실행하기

구성 후:

  1. Claude Desktop 시작
  2. Claude는 자동으로 EmailAssistant MCP 서버를 인식합니다.
  3. 이제 Claude를 사용하여 다음과 같은 함수를 호출할 수 있습니다.
get_email_summary(time="newer_than:1d") get_top_matching_email(query_keywords="project deadline")

📌 요구 사항

  • 파이썬 3.9 이상
  • uv (또는 uv 사용하지 않는 경우 pip 사용하세요)
  • 다음은 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.

Gmail API와 통합되어 사용자 정의 쿼리나 최근 활동을 기반으로 이메일을 가져오고 요약하는 MCP 호환 서버입니다.

  1. ⚙️ 설정 지침
    1. Gmail API 활성화
  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