Skip to main content
Glama

Gmail Assistant MCP

MCP server that integrates with Gmail to fetch unread emails and generate draft emails using Claude. Also connects with a Google Doc file that outlines my writing style and useful context.

How it works

There's 3 toosl to use:

  • Ask Claude to fetch emails

  • Ask Claude to draft replies to any of those emails (where you are the "to" (not "cc"))

  • Ask Claude to fetch last 10 emails and draft replies for ones where they are "to" you

Requirements

  • Python 3.10+

  • Gmail account with App Password enabled

  • Anthropic API key

  • Google Cloud project with Docs API enabled (optional, for guidelines)

Installation

  1. Clone the repo

  2. Create an activate virtual environment

python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies

  2. Set up Gmail App Password (via https://myaccount.google.com/security)

  3. Set up Google Docs API for guidelines (via https://console.cloud.google.com/) a. Create a project b. Enable Google Docs API c. Create credentials d. Download credentials as credentials.json in project root

Configuration

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "gmail-assistant": {
      "command": "/path/to/gmail-assistant-mcp/venv/bin/python",
      "args": ["/path/to/gmail-assistant-mcp/src/gmail_assistant/server.py"],
      "env": {
        "EMAIL_USER": "your.email@gmail.com",
        "EMAIL_APP_PASSWORD": "your-app-password",
        "ANTHROPIC_API_KEY": "your-anthropic-api-key",
        "GUIDELINES_DOC_ID": "your-google-doc-id-optional"
      }
    }
  }
}
-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/thejoefriel/gmail-assistant-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server