Security
Trust: 25/100 (Limited)Gmail Guide
Gmail integration with OAuth authentication, message search, batch operations, and Sheets export
Quick Start
Install
npx @mcp-z/mcp-gmailClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-mcp-z-mcp-gmail": {
"command": "npx",
"args": [
"@mcp-z/mcp-gmail"
]
}
}
}