Gmail MCP Server

by maitreyam

Not rated
GitHub

About

Send emails with attachments through Gmail's SMTP server using AI agents.

Details

Author
maitreyam
Categories
Communication, Other, Automation, Community
Tags
#gmail

Setup

Install Gmail MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/maitreyam/Gmail-mcp-server

Follow the installation instructions in the repository README, then restart your MCP client.

Send emails with attachments through Gmail's SMTP server using AI agents.

A resilient MCP server built with fastMCP for sending emails through Gmail's SMTP server using AI agents.

- Send emails via Gmail SMTP
- Fetch recent emails from Gmail folders
- Handle email attachments
- Health check endpoint for deployment monitoring

This server is configured for deployment on Smithery.ai using Streamable HTTP transport.

The server requires the following configuration parameters:

- smtp_username: Your Gmail email address
- smtp_password: Your Gmail app password (not your regular password)

The server provides a health check endpoint at/healthfor Smithery deployment monitoring.

{ "mcpServers": { "terminal_server": { "command": "/Users/maitreyamishra/.local/bin/uv", "args": [ "--directory", "Path to your mcp server file", "run", "terminal_server.py" ] }, "web3_server": { "command": "npx", "args": [ "mcp-remote", "http://localhost:3000/mcp" ] }, "gmail_mcp": { "command": "npx", "args": [ "mcp-remote", "http://localhost:8989/mcp" ] } } }

The server runs on port 5000 and binds to all interfaces (0.0.0.0) for container deployment.

export SMTP_USERNAME="your-email@gmail.com" export SMTP_PASSWORD="your-app-password"
docker build -t gmail-mcp . docker run -p 5000:5000 -e SMTP_USERNAME=your-email -e SMTP_PASSWORD=your-password gmail-mcp

Send emails via SMTP. Requires SMTP server credentials to be configured through environment variables.

Query live Gmail data using LLMs via CData's read-only MCP server.

Tools for common Gmail operations, such as sending emails.

Provides comprehensive integration with Gmail for reading, searching, and sending emails.

An MCP server for Gmail, allowing AI assistants to manage emails through natural language.

Search and delete emails in your Gmail account.

Enables AI assistants to manage Gmail through natural language interactions.

An MCP server for integrating Gmail with auto-authentication support.

A standardized interface for managing, sending, and retrieving emails through the Gmail API.

Manage your Gmail account, including sending, reading, and organizing emails.

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.