saidulalam01/gmail-mcp-server
An MCP server that lets AI assistants manage your Gmail — search, read, send, label, archive through natural conversation
Platform-specific configuration:
{
"mcpServers": {
"gmail-mcp-server": {
"command": "npx",
"args": [
"-y",
"gmail-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Let your AI assistant manage your Gmail — search, read, send, label, archive, and more through natural conversation.
Works with Claude Code, Claude Desktop, Cursor, Windsurf, and any MCP-compatible app.
<p align="center"> </p>
---
git clone https://github.com/saidulalam01/gmail-mcp-server.git
cd gmail-mcp-server
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -r requirements.txt> No git? Click the green Code button on GitHub → Download ZIP.
https://www.googleapis.com/auth/gmail.modify
https://www.googleapis.com/auth/gmail.compose
https://www.googleapis.com/auth/gmail.labelspython gmail_mcp_server.py --authYour browser opens for Google sign-in. If you see "This app isn't verified", click Advanced → Go to Gmail MCP Server (unsafe) — this is normal for personal projects.
Get your
Loading reviews...