Fork of @gongrzhe/server-gmail-autoauth-mcp with security patches: path traversal fix, sensitive file attachment blocking
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"server-gmail-autoaut": {
"command": "npx",
"args": [
"-y",
"wilson-taiwan/server-gmail-autoauth-mcp"
]
}
}
}
Run in terminal:
claude mcp add server-gmail-autoaut npx -y wilson-taiwan/server-gmail-autoauth-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"server-gmail-autoaut": {
"command": "npx",
"args": [
"-y",
"wilson-taiwan/server-gmail-autoauth-mcp"
]
}
}
}