Oauth Google
Freeby MCP Community
OAuth 2.0 client for Google APIs with multi-account support, PKCE security, and swappable storage backends
v1.0.6Added Apr 12, 2026
oauth2google-apiauthenticationmulti-accountgmail
Oauth Google MCP Server
OAuth 2.0 client for Google APIs with multi-account support, PKCE security, and swappable storage backends
Installation
npx -y @mcp-z/oauth-google
Reviews
Installation
Quick install
npx -y @mcp-z/oauth-google
Add to claude_desktop_config.json
{
"mcpServers": {
"oauth-google": {
"command": "npx",
"args": ["-y", "@mcp-z/oauth-google"]
}
}
}