Gmail
Freeby MCP Community
Gmail MCP - Provides complete Gmail API access with file-based OAuth2 authentication
v1.7.4Added Apr 12, 2026
gmailmcpclaudeanthropicemail
Gmail MCP Server
Gmail MCP - Provides complete Gmail API access with file-based OAuth2 authentication
Installation
Reviews
Installation
Quick install
npx -y @shinzolabs/gmail-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"gmail": {
"command": "npx",
"args": ["-y", "@shinzolabs/gmail-mcp"]
}
}
}