Skip to main content
Glama

📬 EmailAssistant für Claude Desktop

EmailAssistant ist ein MCP-kompatibler Server, der sich in die Gmail-API integriert, um E-Mails basierend auf benutzerdefinierten Abfragen oder aktuellen Aktivitäten abzurufen und zusammenzufassen. Er kann mit Claude Desktop verwendet werden, um bequem mit Ihrem Posteingang zu interagieren.


⚙️ Einrichtungsanweisungen

1. Aktivieren Sie die Gmail-API

  1. Gehen Sie zur Google Cloud Console .

  2. Erstellen Sie ein neues Projekt oder verwenden Sie ein vorhandenes.

  3. Aktivieren Sie die Gmail-API unter „APIs & Dienste“.

  4. Erstellen Sie OAuth 2.0-Client-ID -Anmeldeinformationen.

  5. Laden Sie die Datei client_secret_XXXXX.json herunter.


Related MCP server: Gmail Plugin MCP Server

🔧 Konfigurationszusammenfassung

🔁 Ersetzen Sie diese in config.py

  • Ersetzen Sie /absolute/path/to/your/project durch den vollständigen Pfad zu Ihrem lokalen EmailAssistant-Projektverzeichnis .

  • Ersetzen Sie "your_client_secret_file.json" durch den genauen Dateinamen Ihrer heruntergeladenen OAuth-Anmeldeinformationen von Google Cloud.


🖥️ 3. Claude Desktop-Konfiguration

In Ihrer Claude Desktop-Konfigurationsdatei:

{
  "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"
      ]
    }
  }
}

✅ Ausführen

Nach der Konfiguration:

  1. Starten Sie Claude Desktop

  2. Claude erkennt den EmailAssistant MCP-Server automatisch.

  3. Sie können Claude jetzt verwenden, um Funktionen wie die folgenden aufzurufen:

get_email_summary(time="newer_than:1d")
get_top_matching_email(query_keywords="project deadline")

📌 Voraussetzungen

  • Python 3.9+

  • uv (oder verwenden Sie pip , wenn Sie uv nicht verwenden)

  • Die folgenden Python-Pakete:

    • google-api-python-client

    • google-auth-httplib2

    • google-auth-oauthlib

    • mcp[cli]

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    An 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.
    1
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    This 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.
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that provides Gmail access for LLMs, enabling email composition, sending, searching, and label management via the Gmail API.
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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