★ 7 stars
TypeScript
🤖 AI/LLM
Updated 9d ago
Open-source Gmail MCP server. Multi-account, read, write, archive, label, auto-unsubscribe. Works with Claude, OpenClaw, Cursor, Windsurf, Cline, and any MCP-compatible AI agent or assistant.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"gmail-mcp-server": {
"command": "npx",
"args": [
"-y",
"navbuildz/gmail-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add gmail-mcp-server npx -y navbuildz/gmail-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"gmail-mcp-server": {
"command": "npx",
"args": [
"-y",
"navbuildz/gmail-mcp-server"
]
}
}
}
📋 Copy
Topics
ai-agent ai-tools claude cline cursor email email-automation gmail gmail-api mcp mcp-server model-context-protocol nodejs oauth2 typescript