Skip to main content
Glama

EmailAssistant

by saathvikpd

📬 EmailAssistant for Claude Desktop

EmailAssistant is an MCP-compatible server that integrates with the Gmail API to fetch and summarize emails based on custom queries or recent activity. It can be used with Claude Desktop to interact hands-free with your inbox.


⚙️ Setup Instructions

1. Enable Gmail API

  1. Go to Google Cloud Console.
  2. Create a new project or use an existing one.
  3. Enable the Gmail API under “APIs & Services”.
  4. Create OAuth 2.0 Client ID credentials.
  5. Download the client_secret_XXXXX.json file.

🔧 Configuration Summary

🔁 Replace These in config.py

  • Replace /absolute/path/to/your/project with the full path to your local EmailAssistant project directory.
  • Replace "your_client_secret_file.json" with the exact filename of your downloaded OAuth credentials from Google Cloud.

🖥️ 3. Claude Desktop Configuration

In your Claude Desktop configuration file:

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

✅ Running It

Once configured:

  1. Start Claude Desktop
  2. Claude will automatically recognize the EmailAssistant MCP server.
  3. You can now use Claude to call functions like:
get_email_summary(time="newer_than:1d") get_top_matching_email(query_keywords="project deadline")

📌 Requirements

  • Python 3.9+
  • uv (or use pip if not using uv)
  • The following Python packages:
    • 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.

An MCP-compatible server that integrates with Gmail API to fetch and summarize emails based on custom queries or recent activity.

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