Authentication service by Google. Email, phone, and social login providers.
npx -y @google/mcp-server-firebase-auth
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"firebase-auth": {
"command": "npx",
"args": ["-y", "@google/mcp-server-firebase-auth"]
}
}
}
```
authenticate_userverify_tokenmanage_sessionscheck_permissionsaudit_accessAuthentication service by Google. Email, phone, and social login providers.
Language: Java
Category: Security