Gmail

by ejb503

10 stars
2.5k downloads
Not rated
GitHub

About

Integrates with Gmail to enable natural language-based email management, including searching, reading, deleting, and sending emails with attachment support and conversation threading.

Details

Author
ejb503
Repository
Ejb503/systemprompt-mcp-gmail
GitHub stars
10
Downloads
2,549
License
Other
Categories
AI, Design, Developer Tools, Search, Security, Automation, Frontend, Infrastructure
Tags
#google

- API Key management and authentication
- User status and billing information tracking
- Subscription management
- Usage monitoring and analytics

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
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 -y
    • Argument 2 @highlight/mcp-server

    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

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "gmail": {
            "env": {},
            "args": [
                "-y",
                "@highlight/mcp-server"
            ],
            "command": "npx"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Macos

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Windows

{
    "env": [],
    "args": [
        "/c",
        "npx",
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "cmd"
}

systemprompt-mcp-gmail

npm version
smithery badge
License: Apache-2.0
Twitter Follow
Discord

Website | Documentation | Blog | Get API Key

A specialized Model Context Protocol (MCP) server that enables you to search, read, delete and send emails from your Gmail account, leveraging an AI Agent to help with each operation. The server is designed to work with the multimodal-mcp-client, a voice-powered MCP client that provides the frontend interface.

An API KEY is required to use this server. This is currently free, although this may change in the future. You can get one here.

This server uses Sampling and Notification functionality from the @modelcontextprotocol/sdk.

This will only work with advanced MCP clients that support these features.

Required Client

This server is designed to work with the multimodal-mcp-client - a voice-powered MCP client that provides the frontend interface. Please make sure to set up both components for the full functionality.

Why Use This Server?

Send emails
Search emails
Read emails

Installation

This server requires GOOGLE_CREDENTIALS and GOOGLE_TOKEN environment variables to be set. These must be base64 encoded strings of the credentials and token. There is a script to help with this in the multimodal-mcp-client repository. Follow the instructions here: https://github.com/Ejb503/multimodal-mcp-client/blob/master/scripts/google-auth/README.md

After generating your base64 encoded strings, you can run the server with npx.

Features

Core Functionality

- MCP Protocol Integration: Full implementation of Model Context Protocol for seamless AI agent interactions
- Voice-Powered Interface: Compatible with voice commands through multimodal-mcp-client
- Real-Time Processing: Supports streaming responses and real-time interactions
- Type-Safe Implementation: Full TypeScript support with proper error handling

Sampling & Notifications

- Advanced sampling capabilities for AI responses
- Real-time notification system for agent events
- Configurable sampling parameters
- Event-driven architecture for notifications

Integration Features

- API Key management and authentication
- User status and billing information tracking
- Subscription management
- Usage monitoring and analytics

🎥 Demo & Showcase

Watch our video demonstration to see Systemprompt MCP Gmail in action:

▶️ Watch Demo Video

The demo showcases:

- Voice-controlled AI interactions
- Multimodal input processing
- Tool execution and workflow automation
- Real-time voice synthesis

Installation

Related Links

- Multimodal MCP Client - Voice-powered MCP client
- systemprompt.io Documentation

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.