Gmail
💬 Communication
Full Gmail integration. Search, read, send, and organize emails. Manage labels, drafts, and threads. Complete email workflow automation.
Tags
Tools (8)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"gmail": {
"command": "npx",
"args": [
"-y",
"@shinzolabs/gmail-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "your-google-client-id-here",
"GOOGLE_CLIENT_SECRET": "your-google-client-secret-here"
}
}
}
}