Systemprompt Gmail MCP Server

Enables searching, reading, deleting, and sending emails from Gmail using an AI Agent.

Local serverstdioTypeScript 11

What is the Systemprompt Gmail MCP server?

Most team communication work still happens through a UI a human drives. Systemprompt Gmail MCP server moves it into the conversation instead. Enables searching, reading, deleting, and sending emails from Gmail using an AI Agent.

The short version

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.

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

The tools it exposes

The server publishes 4 tools. What each one is for:

  • 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
  • Event — driven architecture for notifications

What it needs from you

Configuration is passed through the environment: GOOGLE_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Among the team communication options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Systemprompt Gmail's toolset — Voice, Real, Type and 1 more — is a fair guide to whether it matches your workflow. It is maintained by Ejb503; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Systemprompt Gmail's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
VoicePowered Interface**: Compatible with voice commands through multimodal-mcp-client
RealTime Processing**: Supports streaming responses and real-time interactions
TypeSafe Implementation**: Full TypeScript support with proper error handling
Eventdriven architecture for notifications

Configuration

VariableDescriptionRequired
GOOGLE_TOKENCredential the server authenticates with.Yes

Example prompts to try

  • Use Systemprompt Gmail to Voice.
  • Use Systemprompt Gmail to Real.
  • Use Systemprompt Gmail to Type.

Frequently asked questions

Systemprompt Gmail is an AI-powered tool that allows you to search, read, delete, and send emails from your Gmail account using an AI agent. It leverages the Model Context Protocol (MCP) for seamless AI integration.