MCP Servers / communication / MCP Headless Gmail Server

MCP Headless Gmail Server

JSON →
httpnone54communication

A headless server to get and send emails via the Gmail API, requiring Google API credentials at runtime.

Install
How to run this server
[ { "cmd": "pip install -e", "imports": [] } ]
server path: mcp-headless-gmail-server
Tools
What this server exposes
refresh_token
Refresh an expired Google access token using a refresh token, client ID, and client secret.
get_recent_emails
Retrieve recent emails from Gmail with the first 1k characters of each email body.
get_email_body
Get full email body content in 1k chunks using a message ID or thread ID and offset parameter.
send_email
Send an email through Gmail.
Configuration
Environment & auth
authnone
Resources
MCP Headless Gmail Server — MCP Server · libregistry