MCP Servers / communication / Gmail MCP server

Gmail MCP server

JSON →
nonecommunication

A super simple and tiny MCP server for gmail in python

Install
How to run this server
[ { "cmd": "uvx --from", "imports": [] } ]
server path: gmail-mcp-server-7
Tools
What this server exposes
send_email
Send an email with to, subject, body, optional cc/bcc, html, and attachments (local file paths; unreadable files are skipped with a warning)
search_emails
Search emails with queries (single string or list of strings), max_results (per query when a list is passed). Results include Gmail message ID in hex and a direct Gmail web URL per hit
read_email
Read an email by uid (the hex ID from search_emails). Output includes the Gmail web URL at the top
Configuration
Environment & auth
authnone
Resources
Gmail MCP server — MCP Server · libregistry