react-native-firebase (MCP Server)

GitHub

๐Ÿ”ฅ A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "react-native-firebase": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-react-native-firebase"
      ]
    }
  }
}