MCP server for multiple Gmail accounts - per-account permission tiers, two-phase confirmed sends, and prompt-injection defenses on untrusted mail content.
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-multi-mcp": {
"command": "npx",
"args": [
"-y",
"dtaveeva/gmail-multi-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add gmail-multi-mcp npx -y dtaveeva/gmail-multi-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"gmail-multi-mcp": {
"command": "npx",
"args": [
"-y",
"dtaveeva/gmail-multi-mcp"
]
}
}
}
📋 Copy