MCP Hub
Back to servers

FastMCP Gmail Reader Server

A FastMCP server that integrates Gmail with Gemini-CLI, allowing users to fetch recent emails through pagination and manage drafts.

Updated
Jul 2, 2025

📧 FastMCP Gmail Reader Server

Manage Gmail using a FastMCP API server for Gemini-CLI. Supports reading emails and creating drafts (reply or new).

🚀 Features

  • Fetch recent emails with pagination
  • Create reply drafts
  • Create new email drafts

🔧 Setup

Install Dependencies

pip install uv
cd gemini-tasks-mcp
uv venv
source .venv/bin/activate
uv run main.py

Generate Google API Credentials

  1. Go to Google Cloud Console.
  2. Create a project and enable Gmail API.
  3. Go to APIs & Services → Credentials.
  4. Click “Create Credentials” → “OAuth client ID” → Application type: Desktop App.
  5. Download credentials.json and place it in the project folder.

Gemini-CLI Configuration

cd ~/.gemini
nano settings.json
"mcpServers": {
    "gmailReader": {
      "command": "uv",
      "args": ["run", "main.py"],
      "cwd": "<<full-path>>/gemini-email-mcp",
      "timeout": 20000
    }
}

Reviews

No reviews yet

Sign in to write a review