Gmail Plugin MCP Server

by sanchisingh01

1 stars
235 downloads
Not rated
GitHub

About

An MCP server for local machine in Claude Desktop

Details

Author
sanchisingh01
GitHub stars
1
Downloads
235
Categories
Developer Tools

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Gmail Plugin MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Requires Python 3.12+, Gmail API credentials, and an MCP client. Install by cloning the repository and running uv pip install -r requirements.txt (or uv sync). Configure Gmail API credentials via Google Cloud Console, then add the server to the MCP client configuration using the uv command with --creds-file-path and --token-path

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "gmail plugin mcp server": {
            "MCP-Server---Gmail-Plugin-for-Claude-Desktop": {
                "command": "uv",
                "args": [
                    "pip",
                    "install",
                    "-e",
                    "."
                ]
            }
        }
    }
}

McpServers

{
    "MCP-Server---Gmail-Plugin-for-Claude-Desktop": {
        "command": "uv",
        "args": [
            "pip",
            "install",
            "-e",
            "."
        ]
    }
}

Gmail Plugin MCP Server

Python Version
License

A powerful MCP server that enables Gmail integration, allowing you to manage emails directly through MCP clients. This plugin provides seamless access to Gmail's core functionality including reading, sending, and managing emails.

> Reference: For a sample MCP server implementation using uvx, check out this example.

πŸŽ₯ Demo

https://github.com/user-attachments/assets/df9e86cf-1f6b-4265-9c68-b3ed88103d1f

✨ Features

- πŸ“§ Send and receive emails
- πŸ“₯ Read unread messages
- πŸ—‘οΈ Trash emails
- πŸ“± Open emails in browser
- πŸ“ Mark emails as read
- πŸ”’ Secure OAuth2 authentication

πŸš€ Quick Start

Prerequisites

- Python 3.12 or higher
- Gmail API credentials
- MCP client (like Claude Desktop)

Installation

1. Clone the repository:

git clone https://github.com/yourusername/gmail-plugin.git
cd gmail-plugin

2. Install dependencies (choose one method):

```bash

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.