1. Conduid
  2. Developer Tools
  3. My Gmail MCP Server
MCP server · Developer Tools

My Gmail MCP Server

A Python MCP server for Gmail and Google Calendar integration with Claude Desktop

Unclaimed last commit a year ago devtools
37Low

Scored 4 months ago · breakdown

About My Gmail MCP Server

My Gmail MCP Server is an MCP server published by aniket-raskar1 in the Developer Tools category: a Python MCP server for Gmail and Google Calendar integration with Claude Desktop. It has been installed 0 times through Conduid.

The repository has 2 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx my-gmail-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about My Gmail MCP Server

Powered by Claude · Grounded in docs

I know everything about My Gmail MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Gmail MCP Server

Gmail MCP Server is a Python-based package that seamlessly integrates Gmail and Google Calendar with Claude Desktop, an AI-powered productivity tool. This server enables users to interact with their Gmail inbox and Google Calendar through natural language commands, streamlining email management and event scheduling.

With features like email summarization, sending emails, and automatic calendar event creation for important emails, it enhances productivity by combining AI capabilities with Google’s ecosystem.


What This Project Does

The Gmail MCP Server runs as a background server that connects to Gmail and Google Calendar APIs via an MCP (Message Control Protocol) interface. It allows Claude Desktop to process commands for:

  • Email Summarization: Generate concise summaries of recent emails, optionally filtered by sender or label.
  • Email Sending: Send emails directly from Claude Desktop with customizable recipients, subjects, and bodies.
  • Calendar Event Creation: Create Google Calendar events manually or automatically for emails marked as "important" in Gmail.
  • Automatic Scheduling: Monitor the Gmail inbox every 10 minutes to create calendar events for new "important" emails, tagging them to avoid duplicates.

This project is ideal for users who want to automate email and calendar tasks using natural language, leveraging Claude Desktop’s AI to simplify workflows.


Features

  • Summarize Emails: Retrieve and summarize up to 5 recent emails from your Gmail inbox, with options to filter by sender or label.
  • Send Emails: Compose and send emails with support for CC and BCC fields.
  • Manual Calendar Events: Create Google Calendar events based on email content or custom details (e.g., subject, description, time).
  • Automatic Calendar Events: Automatically generate calendar events for emails labeled "important" in Gmail, processed every 10 minutes.
  • Secure Authentication: Uses OAuth 2.0 via Google Cloud credentials for secure access to Gmail and Google Calendar.
  • Lightweight Server: Built with FastMCP for efficient communication with Claude Desktop.
  • Cross-Platform: Supports Windows, macOS, and Linux (credentials.json goes in ~/.gmail_mcp_server/).

Prerequisites

Before setting up the Gmail MCP Server, ensure you have:

  • Python 3.8 or higher
  • Claude Desktop installed and configured
  • A Google Cloud Project with Gmail and Google Calendar APIs enabled
  • A Gmail account
  • Basic familiarity with command-line tools

Installation

Install the package using pip:

pip install gmail-mcp-server

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About My Gmail MCP Server

How do I install My Gmail MCP Server?

Run npx my-gmail-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is My Gmail MCP Server safe to use with an AI agent?

Its trust score is 37 out of 100 (low). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is My Gmail MCP Server still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.